Skip to content
Grok

brain protocol for Grok

io.github.seritalien/brain-protocol

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

client:Grok transport:stdio runtime:npm

Install brain protocol in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "brain-protocol": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

brain protocol in other clients