Skip to content
Cursor

rigour for Cursor

io.github.rigour-labs/rigour

Quality gates for AI agents. Lint, test, build checks with memory persistence.

client:Cursor transport:stdio runtime:npm

Install rigour in Cursor

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

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

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

rigour in other clients