Rootly MCP Server for Cloudflare Workers

Rootly MCP Server for Cloudflare Workers

A remote MCP server that provides AI agents access to the Rootly API for incident management, allowing users to query and manage incidents, alerts, teams, services, and other incident management resources through natural language.

Category
Visit Server

README

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.

Cursor IDE Integration Demo

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

  1. Log in to your Rootly dashboard
  2. Go to SettingsAPI Tokens
  3. Create a new token with appropriate permissions
  4. Copy the token for use with the MCP server

Contributing

Adding New API Endpoints

To add new Rootly API endpoints to the MCP server:

  1. Fork the repository and create a feature branch
  2. Edit the apiMap object in src/index.ts to add your new endpoints
  3. Reference the Rootly API documentation for available endpoints and parameters
  4. Test locally with npm run dev
  5. Submit a pull request with your changes, or reach out to spencer.cheng@rootly.com 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.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured