Skip to content
Cursor

RiskRover MCP for Cursor

io.github.be-sure-consulting/riskrover-mcp

Draft PBS and quality assignments, assess test evidence, and submit guarded RiskRover updates.

client:Cursor transport:stdio runtime:npm

Install RiskRover MCP in Cursor

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "riskrover-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "riskrover-mcp-server"
      ],
      "env": {
        "RISKROVER_API_TOKEN": "<RISKROVER_API_TOKEN>",
        "RISKROVER_PROJECT_ID": "<RISKROVER_PROJECT_ID>"
      }
    }
  }
}

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

RiskRover MCP in other clients