Rootly-MCP-server
Verified Safeby Rootly-AI-Labs
Overview
Integrate Rootly incident management API capabilities with AI agents and MCP-compatible editors to streamline incident resolution.
Installation
uv tool run --from rootly-mcp-server rootly-mcp-serverEnvironment Variables
- ROOTLY_API_TOKEN
- ROOTLY_SWAGGER_PATH
- ROOTLY_SERVER_NAME
- ROOTLY_HOSTED
- ROOTLY_BASE_URL
- ROOTLY_ALLOWED_PATHS
- DEBUG
Security Notes
The server loads `ROOTLY_API_TOKEN` from environment variables, which is a good practice to prevent hardcoding secrets. It uses `requests` and `httpx` for external API calls with timeouts. Parameter sanitization is implemented to prevent invalid inputs. The `SWAGGER_URL` is hardcoded but points to a public OpenAPI specification, not a secret. The `_filter_openapi_spec` function actively cleans up and simplifies the OpenAPI spec, reducing potential attack surface related to complex schemas and limiting exposed endpoints.
Similar Servers
pagerduty-mcp-server
Provides tools to interact with the PagerDuty API, allowing MCP-enabled AI clients/agents to manage incidents, services, schedules, and event orchestrations.
agentx
AI-native terminal issue tracker for developers, providing structured task management, Git integration, and a Model Context Protocol server for agent interaction.
coroot-mcp
Turns Coroot observability stack into LLM-callable tools for root-cause analysis, enabling AI assistants to triage incidents and generate summaries.
hoot
A testing and development tool for interacting with and debugging MCP (Multi-Modal Chat Protocol) servers, functioning like a specialized Postman for AI services.