Skip to content
Grok

cozo memory for Grok

io.github.tobs-code/cozo-memory

Local-first memory system for AI agents with hybrid search and graph reasoning

client:Grok transport:stdio runtime:npm

Install cozo memory in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "cozo-memory": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "cozo-memory"
      ]
    }
  }
}

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

cozo memory in other clients