rust-local-rag

ksaritek/rust-local-rag
★ 30 stars Rust 🤖 AI/LLM Updated 14d ago
🦀 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.
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": {
    "rust-local-rag": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "rust-local-rag"
      ]
    }
  }
}