MCP server for the Rootly incident management platform — alerts, incidents, on-call schedules
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"rootly-mcp": {
"command": "npx",
"args": [
"-y",
"WYRE-AI/rootly-mcp"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add rootly-mcp npx -y WYRE-AI/rootly-mcp
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"rootly-mcp": {
"command": "npx",
"args": [
"-y",
"WYRE-AI/rootly-mcp"
]
}
}
}
📋 Copy
README Excerpt
MCP server for the [Rootly](https://rootly.com) incident management platform. Built by WYRE Technology — part of the wyre-projects MCP server collection. Uses **decision-tree navigation**: start with `rootly_navigate` to select a domain, then use that domain's tools. Call `rootly_back` to return. | Tool | Description |
Tools (18)
rootly_alerts_acknowledge rootly_alerts_create rootly_alerts_list rootly_alerts_resolve rootly_alerts_update rootly_back rootly_incidents_create rootly_incidents_get rootly_incidents_list rootly_incidents_resolve rootly_incidents_update rootly_navigate rootly_org_current_user rootly_org_list_severities rootly_org_list_teams rootly_schedules_get rootly_schedules_list rootly_status
Topics
alerts incidents mcp model-context-protocol msp msp-mcp on-call rootly wyre-technology