RustRAG

Michaol/RustRAG
★ 7 stars Rust 🤖 AI/LLM Updated 8d ago
High-performance local RAG MCP Server written in Rust — indexes documents and code via Tree-sitter, serves relevant context to AI assistants via MCP
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "rustrag": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "RustRAG"
      ]
    }
  }
}