Skip to content
Cursor

prodcheck for Cursor

io.github.farzamhabibi/prodcheck

4,372 pre-production checks: security, performance, scale, integrations, post-launch.

client:Cursor transport:stdio runtime:npm

Install prodcheck in Cursor

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

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

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

prodcheck in other clients