Skip to content
Claude Desktop

NeuralBrain for Claude Desktop

io.github.alexcurpan-cloud/neuralbrain

NeuralBrain MCP Server - RAG, Vector Memory, LLM Routing, Agent Identity, x402 Payments

client:Claude Desktop transport:streamable-http

Install NeuralBrain in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "neuralbrain": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://neuralbrain.ai/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

NeuralBrain in other clients