ksaritek/rust-local-rag
🦀 High-performance local RAG server in Rust that integrates with Claude Desktop via MCP. Search PDF documents privately using Ollama embeddings - no external API calls.
Platform-specific configuration:
{
"mcpServers": {
"rust-local-rag": {
"command": "npx",
"args": [
"-y",
"rust-local-rag"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...