Skip to content
Zed

Sipcode for Zed

io.github.anuj7411/sipcode

Context hygiene for Claude Code: drift detection, re-read dedup, and token analytics.

client:Zed transport:stdio runtime:npm

Install Sipcode in Zed

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

{
  "context_servers": {
    "sipcode": {
      "command": "npx",
      "args": [
        "-y",
        "sipcode"
      ]
    }
  }
}

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

Sipcode in other clients