Skip to content
Grok

metabrain for Grok

io.github.ariaxhan/metabrain

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

client:Grok transport:stdio runtime:pypi

Install metabrain in Grok

.mcp.json (in your project root)

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

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

metabrain in other clients