runframe/runframe-mcp-server
MCP server for Runframe incident management. Manage incidents, on-call, services, postmortems, and teams from your IDE or agent.
[](https://github.com/runframe/runframe-mcp-server/actions/workflows/ci.yml) [](https://npmjs.com/package/@runframe/mcp-server) [](LICENSE) [](https://nodejs.org)
[Runframe](https://runframe.io) is Slack-native incident management & on-call scheduling for engineering teams. This MCP server lets you manage the full incident lifecycle from your IDE or AI agent.
16 tools covering incidents, on-call, services, postmortems, and teams. Requires Node.js 20+.
npx, no server to deploy for local useYour IDE / Agent
↓ (stdio or HTTP)
MCP Server (this package)
↓ (HTTPS, scoped API key)
Runframe APIThe server is stateless. It translates MCP tool calls into Runframe API requests, scoped by your API key permissions. No data is stored locally.
Ask your agent:
runframe_acknowledge_incidentrunframe_get_current_oncallrunframe_create_postmortemrunframe_page_someonerunframe_list_incidents with severity filterGet your API key from Runframe Settings, then add to your agent:
Claude Code:
claude mcp add runframe -e RUNFRAME_Loading reviews...