Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Inkdex

БесплатноНе проверен

Enables semantic search over local markdown documentation by indexing files and ranking results using vector similarity and BM25 fusion.

GitHubEmbed

Описание

Enables semantic search over local markdown documentation by indexing files and ranking results using vector similarity and BM25 fusion.

README

npm

MCP server for semantic search over markdown docs.

Tools

Tool Description
search_docs Search indexed documentation. Returns matching chunks ranked by relevance.

Usage

Add to your MCP client configuration:

{
  "mcpServers": {
    "inkdex": {
      "command": "npx",
      "args": [
        "-y",
        "inkdex"
      ],
      "env": {
        "DOCS_PATH": "/path/to/your/docs"
      }
    }
  }
}
Variable Required Description
DOCS_PATH Yes Path to the directory containing markdown files to index

How it works

Markdown files are split into chunks by heading structure and paragraph boundaries. Chunks are embedded locally using all-MiniLM-L6-v2 and stored in SQLite.

Search ranks results using both vector similarity and BM25 full-text matching, combined via Reciprocal Rank Fusion.

Results include the source, context, and text:

[mira/authentication.md]
<context>
Authentication > Token Expiration and Refresh
</context>
The refresh token expires...

from github.com/antonlunden/inkdex

Установка Inkdex

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/antonlunden/inkdex

FAQ

Inkdex MCP бесплатный?

Да, Inkdex MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Inkdex?

Нет, Inkdex работает без API-ключей и переменных окружения.

Inkdex — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Inkdex в Claude Desktop, Claude Code или Cursor?

Открой Inkdex на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Inkdex with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai