Rootly Incident
Rootly MCP server
What is Rootly Incident?
Rootly Incident is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to rootly mcp server
Rootly MCP server
This server falls under the Monitoring & Observability category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- Rootly MCP server
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx rootlyConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use Rootly Incident
The Rootly MCP Server connects AI assistants directly to Rootly's incident management platform, exposing approximately 218 tools across five domains: incident response, on-call management, monitoring and alerting, post-incident analysis, and analytics. It enables Claude to create and update incidents, check who is on call, find similar past incidents using TF-IDF similarity matching, and generate post-incident retrospectives — all through natural language. Teams use it to dramatically speed up incident response and reduce the cognitive overhead of navigating the Rootly UI during an outage.
Prerequisites
- A Rootly account with API access (Global, Team, or Personal API Key)
- Python 3.8+ and uv package manager, or Docker, for local deployment
- An MCP client such as Claude Desktop or Claude Code
- Optional: OncallHealth API key for workload health risk detection
Get your Rootly API token
Log into your Rootly account and generate an API token from your account settings. This token authenticates all MCP requests to the Rootly platform.
Install the Rootly MCP server via uv
Use uv to run the Rootly MCP server as a tool without a permanent install. Alternatively, install the Rootly CLI via Homebrew.
# Via uv (recommended):
uv tool run --from rootly-mcp-server rootly-mcp-server
# Via Homebrew (Rootly CLI):
brew install rootlyhq/tap/rootly-cliConfigure Claude Desktop to use Rootly MCP
Add the Rootly server to your claude_desktop_config.json. You can use the hosted endpoint with OAuth2 or run locally with your API token.
Enable write tools if needed
By default, write operations (creating/modifying incidents) may be disabled. Set ROOTLY_MCP_ENABLE_WRITE_TOOLS to true to allow Claude to create and update incidents.
export ROOTLY_MCP_ENABLE_WRITE_TOOLS=trueVerify connection by asking about current incidents
Test the connection by asking Claude about the current state of incidents or who is on call. A successful response confirms the MCP server is connected.
Rootly Incident Examples
Client configuration
Two options: use the hosted Rootly MCP endpoint with OAuth2 (simplest), or run locally with your API token via uvx.
{
"mcpServers": {
"rootly": {
"command": "uvx",
"args": ["--from", "rootly-mcp-server", "rootly-mcp-server"],
"env": {
"ROOTLY_API_TOKEN": "your_rootly_api_token_here",
"ROOTLY_MCP_ENABLE_WRITE_TOOLS": "true"
}
}
}
}Prompts to try
Use these prompts to interact with Rootly incident management through Claude. The server supports natural language queries across all incident lifecycle stages.
- "Find incidents similar to production outage #12345"
- "What solutions worked for past database failures?"
- "Who is on call this week across all teams?"
- "Create a critical incident for the payment service being down and assign it to the on-call engineer"
- "Generate a post-incident retrospective for incident #456"
- "Check workload health risk for the team scheduled on call next week"Troubleshooting Rootly Incident
Authentication fails with 401 Unauthorized errors
Verify the ROOTLY_API_TOKEN is correct and has not expired. You can use a Global, Team, or Personal API key from your Rootly account settings. Ensure there are no extra spaces or newlines in the token value.
Write operations (creating incidents) are rejected
Set ROOTLY_MCP_ENABLE_WRITE_TOOLS=true in the environment config. By default, the server may run in read-only mode. Restart Claude Desktop after adding this variable.
Too many tools causing slow responses or context overflow
Use ROOTLY_MCP_ENABLED_TOOLS to restrict to a specific allowlist of tool names, or append ?tool_profile=slim to the hosted URL to reduce the tool surface to approximately 70 tools.
Frequently Asked Questions about Rootly Incident
What is Rootly Incident?
Rootly Incident is a Model Context Protocol (MCP) server that rootly mcp server It connects AI assistants to external tools and data sources through a standardized interface.
How do I install Rootly Incident?
Follow the installation instructions on the Rootly Incident GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with Rootly Incident?
Rootly Incident works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is Rootly Incident free to use?
Yes, Rootly Incident is open source and available under the Apache-2.0 license. You can use it freely in both personal and commercial projects.
Rootly Incident Alternatives — Similar Monitoring & Observability Servers
Looking for alternatives to Rootly Incident? Here are other popular monitoring & observability servers you can use with Claude, Cursor, and VS Code.
Netdata
★ 78.9kReal-time infrastructure monitoring with metrics, logs, alerts, and ML-based anomaly detection.
Kubeshark
★ 11.9keBPF-powered network observability for Kubernetes. Indexes L4/L7 traffic with full K8s context, decrypts TLS without keys. Queryable by AI agents via MCP and humans via dashboard.
Mission Control
★ 4.9kSelf-hosted AI agent orchestration platform: dispatch tasks, run multi-agent workflows, monitor spend, and govern operations from one mission control dashboard.
Grafana
★ 3.0kThis MCP server enables natural-language querying of Grafana logs by automatically detecting log sources and service labels. It provides read-only access to log data with intelligent caching for efficient repeat queries.
Sentrux
★ 2.4kReal-time architectural sensor that helps AI agents close the feedback loop, enabling recursive self-improvement of code quality. Pure Rust.
OpenInference
★ 986OpenTelemetry Instrumentation for AI Observability
Browse More Monitoring & Observability MCP Servers
Explore all monitoring & observability servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up Rootly Incident in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use Rootly Incident?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.