★ 3 stars
TypeScript
🤖 AI/LLM
Updated 19d ago
MCP server for Runframe incident management. Manage incidents, on-call, services, postmortems, and teams from your IDE or agent.
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"runframe-mcp-server": {
"command": "npx",
"args": [
"-y",
"runframe/runframe-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add runframe-mcp-server npx -y runframe/runframe-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"runframe-mcp-server": {
"command": "npx",
"args": [
"-y",
"runframe/runframe-mcp-server"
]
}
}
}
Topics
devopsincident-managementmcpmcp-servermodel-context-protocoloncallsre