Skip to content
Claude Desktop

metabrain for Claude Desktop

io.github.ariaxhan/metabrain

MCP server giving AI agents persistent SQLite memory that proves which lessons hold.

client:Claude Desktop transport:stdio runtime:pypi

Install metabrain in Claude Desktop

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

{
  "mcpServers": {
    "metabrain": {
      "command": "uvx",
      "args": [
        "metabrain"
      ]
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

metabrain in other clients