Back to MCP Servers
🔌

ragieai/mcp-server

MITAPI key required

📇 ☁️ - Retrieve context from your (RAG) knowledge base connected to integrations like Google Drive, Notion, JIRA and more.

JavaScriptDev Tools

Install

npx -y @ragieai/mcp-server

Required environment variables

RAGIE_API_KEYSet in your MCP config

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "ragieai-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@ragieai/mcp-server"
      ],
      "env": {
        "RAGIE_API_KEY": "<YOUR_RAGIE_API_KEY>"
      }
    }
  }
}

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