Skip to content
Grok

coldstart for Grok

io.github.akashgoenka/coldstart

Codebase memory for AI agents: an AST index plus agent-written notes that self-stale.

client:Grok transport:stdio runtime:npm

Install coldstart in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "coldstart": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@cstart/coldstart"
      ]
    }
  }
}

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

coldstart in other clients