rag-server

bengtfrost/rag-server
★ 0 stars Rust Code/Dev Tools Updated today
High‑performance RAG server in Rust, exposing MCP tools for document ingestion and semantic search with query expansion & reranking.
View on GitHub → Try with Claude — $10 free →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "rag-server": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "rag-server"
      ]
    }
  }
}

README Excerpt

> **High-Performance Legal & Code Intelligence for the Terminal.** A "Native & Lean" implementation of a Retrieval-Augmented Generation (RAG) server written in **Rust**. This server exposes high-precision search logic via the **Model Context Protocol (MCP)**, specifically optimized for **Fedora 44** and **Intel iGPU (Vulkan)** hardware.

Tools (11)

RAG_CHUNK_OVERLAPRAG_CHUNK_SIZERAG_DB_PATHRAG_EMBED_MODELRAG_EMBED_URLRAG_MAX_CONCURRENT_FILESRAG_RERANK_MIN_SCORERAG_RERANK_MODELRAG_RERANK_URLRAG_TOKENIZER_PATHSQLITE_VEC_PATH