Inkdex
БесплатноНе проверенEnables semantic search over local markdown documentation by indexing files and ranking results using vector similarity and BM25 fusion.
Описание
Enables semantic search over local markdown documentation by indexing files and ranking results using vector similarity and BM25 fusion.
README
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...
Установка Inkdex
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/antonlunden/inkdexFAQ
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
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare Inkdex with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
