Skip to content
Claude Desktop

Brainbox for Claude Desktop

dev.thexi/brainbox

Persistent, portable memory for AI assistants — your private memory graph, from any MCP client.

client:Claude Desktop transport:streamable-http

Install Brainbox in Claude Desktop

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

{
  "mcpServers": {
    "brainbox": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://brainbox-mcp.thexi.dev/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

Brainbox in other clients