Skip to content
Cursor

coldstart for Cursor

io.github.akashgoenka/coldstart

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

client:Cursor transport:stdio runtime:npm

Install coldstart in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

coldstart in other clients