RAG MCP

Remote RAG MCP

Remote MCP server for RAG powered by OneContext.

Connect Claude Desktop to your local MCP server

The MCP inspector is great, but we really want to connect this to Claude! Follow Anthropic's Quickstart and within Claude Desktop go to Settings > Developer > Edit Config to find your configuration file.

Open the file in your text editor and replace it with this configuration:

{
  "mcpServers": {
    "math": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://worker-name.account-name.workers.dev/sse"
      ]
    }
  }
}

When you open Claude a browser window should open and allow you to login to connect to your OneContext context.

In some rare cases it may help to clear the files added to ~/.mcp-auth

rm -rf ~/.mcp-auth