Odel
coldstart

coldstart

Local
@akashgoenka9TypeScriptMITUpdated 5 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@cstart/coldstartv2.2.17

Run

npx -y @cstart/coldstart

MCP client config

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