mcp-rag-server

Daniel-Barta/mcp-rag-server
★ 5 stars TypeScript 🤖 AI/LLM Updated today
Lightweight RAG server for the Model Context Protocol: ingest source code, docs, build a vector index, and expose search/citations to LLMs via MCP tools.
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": {
    "mcp-rag-server": {
      "command": "npx",
      "args": [
        "-y",
        "Daniel-Barta/mcp-rag-server"
      ]
    }
  }
}

Topics

aicitationsembeddingsinformation-retrievalknowledge-basellmmcpmcp-servermodel-context-protocolquestion-answeringragretrieval-augmented-generationsearchsemantic-searchserver