Back to MCP Servers
🔌

hannesrudolph/mcp-ragdocs

MITAPI key required

🐍 🏠 - An MCP server implementation that provides tools for retrieving and processing documentation through vector search, enabling AI assistants to augment their responses with relevant documentatio

TypeScriptSearch

Install

npx -y @hannesrudolph/mcp-ragdocs

Required environment variables

OPENAI_API_KEYSet in your MCP config
QDRANT_API_KEYSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "hannesrudolph-mcp-ragdocs": {
      "command": "npx",
      "args": [
        "-y",
        "@hannesrudolph/mcp-ragdocs"
      ],
      "env": {
        "OPENAI_API_KEY": "<YOUR_OPENAI_API_KEY>",
        "QDRANT_API_KEY": "<YOUR_QDRANT_API_KEY>"
      }
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.