HomeDevelopment › Rootly

Rootly

Incident management, on-call scheduling, and intelligent analysis powered by Rootly.

Official Python Cloud macOS Remote
★ 46 stars Last pushed 2026-09-23 License: Apache-2.0

Topics: Developer Tools

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (sse)

https://mcp.rootly.com/sse Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport sse rootly-mcp-server https://mcp.rootly.com/sse --header "Authorization: <YOUR_VALUE>"

Or add to your MCP client config:

{
  "mcpServers": {
    "rootly-mcp-server": {
      "url": "https://mcp.rootly.com/sse",
      "headers": {
        "Authorization": "<YOUR_VALUE>"
      }
    }
  }
}
  • Authorization required secret — Bearer token for Rootly API (format: Bearer <YOUR_ROOTLY_API_TOKEN>)

Package (pypi 2.2.4)

uvx rootly-mcp-server

Or add to your MCP client config:

{
  "mcpServers": {
    "rootly-mcp-server": {
      "command": "uvx",
      "args": [
        "rootly-mcp-server"
      ],
      "env": {
        "ROOTLY_API_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • ROOTLY_API_TOKEN required secret — Your Rootly API token

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Listed in wong2/awesome-mcp-servers (MIT)

Data from the Official MCP Registry