MCP Server
MCP
io.github.runframe/runframe-mcp-server
MCP server for Runframe incident management covering incidents, on-call, postmortems, and more.
Install
npx -y @runframe/[email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "@runframe/mcp-server",
"version": "0.1.5",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API key from https://runframe.io/settings (starts with rf_)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "RUNFRAME_API_KEY"
},
{
"description": "API base URL (default: https://runframe.io)",
"format": "string",
"name": "RUNFRAME_API_URL"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment