mcpbeat Sign in

Runframe MCP Server

local only

Runframe MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 53 installs a week from npm. Last commit 26 Apr 2026.

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

Installs per day peak 23 · avg 7 · +28% w/w
a month agotoday
53
Installs / week
npm · @runframe/mcp-server
4
Stars
0 open issues
26 Apr 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Runframe MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add runframe-mcp-server -- npx -y @runframe/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "runframe-mcp-server": {
      "args": [
        "-y",
        "@runframe/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.runframe-mcp-server]
command = "npx"
args = ["-y", "@runframe/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "runframe-mcp-server": {
      "args": [
        "-y",
        "@runframe/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "runframe-mcp-server": {
      "args": [
        "-y",
        "@runframe/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: RUNFRAME_API_KEY (API key from https://runframe.io/settings (starts with rf_)), RUNFRAME_API_URL (API base URL (default: https://runframe.io)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Runframe MCP Server

same job, measured the same way
Ironscales
by wyre-technology

MCP server for Ironscales phishing incident management — incidents, mailboxes, and reporting.

local only
Ironscales
by wyre-ai

MCP server for Ironscales phishing incident management — incidents, mailboxes, and reporting.

local only
mttrly
by mttrly

AI-powered incident management and server monitoring via MCP.

answering
Rootly
by wyre-ai

MCP server for Rootly — incidents, alerts, escalations, and post-incident reports.

local only
Rootly
by wyre-technology

MCP server for Rootly — incidents, alerts, escalations, and post-incident reports.

local only
RocketCyber
by wyre-ai

MCP server for RocketCyber Managed SOC — incidents, alerts, agents, and customer telemetry.

local only
RocketCyber
by wyre-technology

MCP server for RocketCyber Managed SOC — incidents, alerts, agents, and customer telemetry.

local only
Jira Alerts (JSM Operations)
by rrvrs

MCP server for Jira Service Management Operations — alerts, on-call schedules and responders

436 installs/wk local only

Runframe MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Runframe MCP Server?
Runframe MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @runframe/mcp-server was installed 53 times last week.
How do I connect Runframe MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @runframe/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Runframe MCP Server?
The npm package @runframe/mcp-server was installed 53 times in the last week. Week over week that is +28%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Runframe MCP Server open source?
Yes — it is published under the MIT licence, written in TypeScript and 4 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.