Skip to content
Cursor

Sipcode for Cursor

io.github.anuj7411/sipcode

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

client:Cursor transport:stdio runtime:npm

Install Sipcode in Cursor

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

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

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

Sipcode in other clients