Skip to content
Cursor

prodlint for Cursor

io.github.prodlint/prodlint

Production readiness for vibe-coded apps. 52 checks for security, reliability, and performance.

client:Cursor transport:stdio runtime:npm

Install prodlint in Cursor

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

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

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

prodlint in other clients