Back to Apps

ir
Supports UIby vlwkaos
Fast local semantic search engine for markdown knowledge bases with hybrid BM25 and vector search.
0 stars
Works in:claude
Exposes:ToolsResources
What it does
Connects your AI to a local markdown knowledge base, allowing it to search through documents using a sophisticated hybrid pipeline (BM25 and vector search) with LLM reranking for high precision.
Tools
search: Hybrid BM25+vector search returning path, title, score, and snippet.get: Retrieve full document text or specific sections by path.multi_get: Batch retrieve multiple documents.status: Check index health, document counts, and daemon status.update: Re-index collections after file changes.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"ir": {
"command": "ir",
"args": ["mcp"]
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
Quick install
cargo install --path .Information
- Pricing
- free
- Published
- 6/17/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{
"mcpServers": {
"ir": {
"command": "ir",
"args": ["mcp"]
}
}
}





