Odel
runframe mcp server

runframe mcp server

Local
@runframe4TypeScriptMITUpdated 4mo ago

MCP server for Runframe incident management covering incidents, on-call, postmortems, and more.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@runframe/mcp-serverv0.1.5

Run

npx -y @runframe/mcp-server

MCP client config

{
  "mcpServers": {
    "runframe-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@runframe/mcp-server"
      ]
    }
  }
}