mcp-rag-server-template

nprasann/mcp-rag-server-template
★ 1 stars Python 🤖 AI/LLM Updated 10d ago
MCP server starter template for exposing RAG retrieval tools with a language-agnostic architecture.
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-templ": {
      "command": "uvx",
      "args": [
        "mcp-rag-server-template"
      ]
    }
  }
}

Or install with pip: pip install mcp-rag-server-template

Topics

machine-learningmcpmcp-serverrag