Skip to content
Zed

coldstart for Zed

io.github.akashgoenka/coldstart

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

client:Zed transport:stdio runtime:npm

Install coldstart in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

coldstart in other clients