Michaol/RustRAG
High-performance local RAG MCP Server written in Rust — indexes documents and code via Tree-sitter, serves relevant context to AI assistants via MCP
Platform-specific configuration:
{
"mcpServers": {
"RustRAG": {
"command": "npx",
"args": [
"-y",
"RustRAG"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...