Skip to content
Grok

CP Memory for Grok

io.github.cjhuochai/cp-memory

Local-first, governable long-term memory for AI coding agents

client:Grok transport:stdio runtime:pypi

Install CP Memory in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "cp-memory": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "cp-memory-mcp"
      ]
    }
  }
}

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

CP Memory in other clients