Skip to content
Claude Desktop

brain protocol for Claude Desktop

io.github.seritalien/brain-protocol

Verifiable Memory for AI Agents — knowledge graph, FTS, Starknet proofs, local or cloud

client:Claude Desktop transport:stdio runtime:npm

Install brain protocol in Claude Desktop

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "brain-protocol": {
      "command": "npx",
      "args": [
        "-y",
        "@brain-protocol/mcp"
      ],
      "env": {
        "BRAIN_API_URL": "<BRAIN_API_URL>",
        "BRAIN_API_KEY": "<BRAIN_API_KEY>",
        "BRAIN_DB_PATH": "<BRAIN_DB_PATH>"
      }
    }
  }
}

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

brain protocol in other clients