Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by anton-lunden • Uncategorized
An MCP server that provides retrieval-augmented generation (RAG) for markdown documentation using local embeddings and search.
Search and retrieve relevant information from markdown documentation.
Local, zero-configuration embedding and indexing of documentation.
Combined vector and full-text search results ranked by relevance.
Inkdex indexes markdown documentation by splitting files into chunks based on headings and paragraphs, embedding them locally, and storing in SQLite. It enables efficient search over documentation using a combination of vector similarity and BM25 full-text matching, fused via Reciprocal Rank Fusion. This allows agents to retrieve relevant documentation snippets with context, improving knowledge access without external dependencies or configuration.