Skip to content
Claude Desktop

RiskRover MCP for Claude Desktop

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

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

client:Claude Desktop transport:stdio runtime:npm

Install RiskRover MCP in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

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

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

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

RiskRover MCP in other clients