Skip to content
Cursor

Inspectrum for Cursor

io.github.yannmenec/inspectrum

Review coding-agent plans on demand with peer models, attributed findings, and a structured verdict.

client:Cursor transport:stdio runtime:npm

Install Inspectrum in Cursor

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

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

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

Inspectrum in other clients