## What is Runframe?\ \ \ \ Runframe is an incident management and on-call platform for engineering teams.\ \ \ \ ## What can this MCP server do?\ \ \ \ - Incidents: create, acknowledge, escalate, update status, page responders, add timeline events\ \ - On-call: check who's on call right now, view escalation policies\ \ - Services: list and inspect services in your catalog\ \ - Postmortems: create and retrieve postmortems for resolved incidents\ \ - Teams: list teams and their escalation policies\ \ \ \ ## Install\ \ \ \ Claude Code:\ \ \ \
claude mcp add runframe -e RUNFRAME_API_KEY=rf_your_key_here -- npx -y @runframe/mcp-server\
\
\
\
Cursor / VS Code / Claude Desktop:\
\
\
\
{\
\
"mcpServers": {\
\
"runframe": {\
\
"command": "npx",\
\
"args": ["-y", "@runframe/mcp-server"],\
\
"env": { "RUNFRAME_API_KEY": "rf_your_key_here" }\
\
}\
\
}\
\
}\
\
\
\
Get your API key at https://runframe.io/settings.\
\