Skip to content
Zed

codesentinel mcp for Zed

io.github.icohangar-ops/codesentinel-mcp

Codebase health MCP: dead code, cycles, coupling, architectural drift.

client:Zed transport:stdio runtime:npm

Install codesentinel mcp in Zed

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

{
  "context_servers": {
    "codesentinel-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@cubiczan/codesentinel-mcp"
      ]
    }
  }
}

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

codesentinel mcp in other clients