Skip to content
Zed

RiskRover MCP for Zed

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

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

client:Zed transport:stdio runtime:npm

Install RiskRover MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

RiskRover MCP in other clients