Skip to content
VS Code

Sipcode for VS Code

io.github.anuj7411/sipcode

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

client:VS Code transport:stdio runtime:npm

Install Sipcode in VS Code

.vscode/mcp.json

{
  "servers": {
    "sipcode": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "sipcode"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Sipcode in other clients