Rootly
Manage incidents on Rootly using your own API tokens via a Cloudflare Worker.
Rootly MCP Server for Cloudflare Workers
A remote MCP (Model Context Protocol) server written in TypeScript that provides AI agents access to the Rootly API for incident management. Users provide their own Rootly API tokens for secure access to their organization's incidents.

Usage
Cursor IDE Configuration
Add this to your .cursor/mcp.json file:
{
"mcpServers": {
"rootly": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://incidents.rootly-mcp-server.workers.dev/sse", "--header", "Authorization:${ROOTLY_AUTH_HEADER}"],
"env": {"ROOTLY_AUTH_HEADER": "Bearer <YOUR_ROOTLY_API_TOKEN>"}
}
}
}
Replace <YOUR_ROOTLY_API_TOKEN> with your actual Rootly API token.
Example Questions
Once configured, you can ask Cursor:
- "Show me recent incidents"
- "Get details for incident ID 12345"
- "List all teams in my organization"
- "What alerts are associated with incident 67890?"
- "Show me workflow runs"
Available Tools
The server provides 25+ tools covering:
- Incidents: Get incidents, get incident alerts
- Alerts: Get alerts, get specific alert details
- Teams: List teams, get team details
- Services: List services, get service details
- Severities: List severities, get severity details
- Users: List users, get user details, get current user
- Workflows: List workflows, get workflow details, get workflow runs
- Environments: List environments, get environment details
- Functionalities: List functionalities, get functionality details
- Incident Types: List incident types, get incident type details
- Action Items: List action items, get action items for incidents
- Status Pages: List status pages, get status page details
Getting Your Rootly API Token
- Log in to your Rootly dashboard
- Go to Settings → API Tokens
- Create a new token with appropriate permissions
- Copy the token for use with the MCP server
Contributing
Adding New API Endpoints
To add new Rootly API endpoints to the MCP server:
- Fork the repository and create a feature branch
- Edit the
apiMapobject insrc/index.tsto add your new endpoints - Reference the Rootly API documentation for available endpoints and parameters
- Test locally with
npm run dev - Submit a pull request with your changes, or reach out to [email protected] to be added to the Cloudflare account
Configuration
The server configuration is managed through the apiMap object in src/index.ts, which maps MCP tool names to Rootly API endpoints.
Logs
Check Cloudflare Workers logs in your Cloudflare dashboard for debugging information.
Servidores relacionados
Realize MCP - Taboola
Interact with the Taboola advertising platform using natural language via the Taboola Realize API.
Greenhouse MCP Server by CData
A read-only MCP server for querying live Greenhouse data using the CData JDBC driver.
Salesforce TypeScript Connector
Interact with Salesforce data using SOQL queries, SOSL searches, and CRUD operations via a TypeScript MCP server.
OpenRouter
Integrate with OpenRouter.ai's diverse ecosystem of AI models. Requires an OpenRouter API key.
Remote MCP Server (Authless)
A remote, auth-less MCP server deployable on Cloudflare Workers or locally via npm.
Akamai MCP Server
Automate Akamai resource actions using a conversational AI client. Requires Akamai API credentials.
Compoid MCP
Provides MCP tools to search, download, and manage 1M+ research records (papers, images, videos, datasets) from the Compoid AI content repository
InstaPods
Deploy and manage hosting pods from Claude, Cursor, or any MCP client. Localhost to live URL in one step.
OpenMeteo MCP Server
Access global weather data and forecasts using the OpenMeteo API, including current conditions, historical data, and location search.
Descope MCP Server
Interact with Descope's Management APIs to search and retrieve project information.