
Runframe Incident Management MCP Server
@runframe
关于 Runframe Incident Management MCP Server
Your AI agent's interface to incident management. Acknowledge, escalate, page, and resolve incidents from Claude Code, Cursor, or any MCP client. Covers the full incident lifecycle: incidents, on-call, services, postmortems, and teams.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"runframe": {
"command": "npx",
"args": [
"-y",
"@runframe/mcp-server"
],
"env": {
"RUNFRAME_API_KEY": "rf_your_key_here"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Runframe Incident Management MCP Server?
This MCP server integrates Runframe — an incident management and on-call platform for engineering teams — with AI assistants. It allows users to manage incidents, on-call schedules, services, postmortems, and teams directly from their MCP client.
How to use Runframe Incident Management MCP Server?
Install the server via npx and provide a Runframe API key. Configuration can be done in Claude Code with the command claude mcp add runframe -e RUNFRAME_API_KEY=rf_your_key_here -- npx -y @runframe/mcp-server, or in Cursor, VS Code, or Claude Desktop by adding a JSON entry with the command and environment variable.
Key features of Runframe Incident Management MCP Server
- Create, acknowledge, escalate, and update incident status
- Page responders and add timeline events
- Check who is currently on call
- View escalation policies and teams
- List and inspect services in your catalog
- Create and retrieve postmortems for resolved incidents
Use cases of Runframe Incident Management MCP Server
- Automate incident response actions from a chat interface
- Quickly determine the current on-call engineer during an alert
- Attach timeline events and notes to ongoing incidents
- Generate postmortems after an incident is resolved
- Browse your service catalog and escalation policies
FAQ from Runframe Incident Management MCP Server
What is Runframe?
Runframe is an incident management and on-call platform designed for engineering teams.
Do I need an API key to use this server?
Yes, you must provide a Runframe API key via the RUNFRAME_API_KEY environment variable. Get your key at https://runframe.io/settings.
Which MCP clients are supported?
The server works with Claude Code, Cursor, VS Code, and Claude Desktop, as long as they support the MCP protocol with stdio transport.
How do I install this server in VS Code or Claude Desktop?
Add a JSON entry to your MCP configuration with the command npx, arguments ["-y", "@runframe/mcp-server"], and environment variable RUNFRAME_API_KEY set to your key.
What incident actions are available?
You can create incidents, acknowledge them, escalate, update their status, page responders, and add timeline events.
AI 与智能体 分类下的更多 MCP 服务器
mcp-hfspace MCP Server 🤗
evalstateMCP Server to Use HuggingFace spaces, easy configuration and Claude Desktop mode.
Model Context Protocol for Unreal Engine
chongdashuEnable AI assistant clients like Cursor, Windsurf and Claude Desktop to control Unreal Engine through natural language using the Model Context Protocol (MCP).
MCP Client for Ollama (ollmcp)
joniglHarness the power of local LLMs with this TUI MCP Client for Ollama. Featuring all core MCP primitives (tools, prompts, resources), agent mode, multi-server, model switching, streaming responses, human-in-the-loop, thinking mode, model params config, system prompts, and saved pre
MCP Manager for Claude Desktop
zueaisimple web ui to manage mcp (model context protocol) servers in the claude app
Gemini MCP Server
aliargunMCP server implementation for Google's Gemini API
评论