runframe mcp server for Grok
io.github.runframe/runframe-mcp-server
MCP server for Runframe incident management covering incidents, on-call, postmortems, and more.
client:Grok
transport:stdio
runtime:npm
Install runframe mcp server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"runframe-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@runframe/mcp-server"
],
"env": {
"RUNFRAME_API_KEY": "<RUNFRAME_API_KEY>",
"RUNFRAME_API_URL": "<RUNFRAME_API_URL>"
}
}
}
}
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