RiskRover MCP for Grok
io.github.be-sure-consulting/riskrover-mcp
Draft PBS and quality assignments, assess test evidence, and submit guarded RiskRover updates.
client:Grok
transport:stdio
runtime:npm
Install RiskRover MCP in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs