Skip to content
Cursor

codesentinel mcp for Cursor

io.github.icohangar-ops/codesentinel-mcp

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

client:Cursor transport:stdio runtime:npm

Install codesentinel mcp in Cursor

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

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

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

codesentinel mcp in other clients