Rootly MCP Server

An MCP server for the Rootly API for Cursor, Windsurf, Claude, and other MCP clients. Its 3 documented tools cluster into create & write, read & search, update.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-08-19 · ★ 45 · #23 OF 848 MAINTAINED OTHER · VERIFIED 2026-08-25

Apache-2.0 · Python servers · how we verify → /methodology

01 · Install Rootly

before you install - you'll need

Set ROOTLY_API_TOKEN, ROOTLY_MCP_ENABLE_WRITE_TOOLS, ROOTLY_MCP_ENABLED_TOOLS, ONCALLHEALTH_API_KEY, ROOTLY_TRANSPORT before connecting.

Claude Code

claude mcp add rootly-ai-labs-rootly-mcp-server --transport sse https://mcp.rootly.com/sse

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "rootly-ai-labs-rootly-mcp-server": {
      "url": "https://mcp.rootly.com/sse"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.rootly.com/sse

transport: sse

endpoint alive - authentication required · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to mcp.rootly.com

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license Apache-2.0 - declared in the repository

pypi package rootly-mcp-server - check the name against the project README before installing (PyPI has no namespace ownership)

registry vendor namespace com.rootly - domain-verified with the official MCP registry

03 · What Rootly can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

What you can build

With this server connected, an agent can create a new incident with a scoped set of fields for agent workflows, and retrieve a single incident for direct verification, including PIR-related fields.

The 3 tools it gives your agent

Extracted from the project's README - what Rootly lets an agent do.

create_incident
- create a new incident with a scoped set of fields for agent workflows
get_incident
- retrieve a single incident for direct verification, including PIR-related fields
update_incident
- scoped incident update tool for summary and retrospective_progress_status

04 · Who maintains Rootly

Rootly is maintained by rootly-ai-labs. It's the only MCP server we track from this author; the repo dates to Mar 2025.

05 · Facts

category
other - ranked #23 of 848 actively-maintained other servers as of 2026-08-25.
registry
com.rootly/mcp-server (active, first published 2026-02-18)
packages
pypi:rootly-mcp-server

06 · Rootly FAQ

Is Rootly still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-19. We re-verify nightly.

What can Rootly do?

With this server connected, an agent can create a new incident with a scoped set of fields for agent workflows, and retrieve a single incident for direct verification, including PIR-related fields.

How do I install Rootly?

Run `uvx rootly-mcp-server`. The README documents 5 environment variables (ROOTLY_API_TOKEN, ROOTLY_MCP_ENABLE_WRITE_TOOLS, ROOTLY_MCP_ENABLED_TOOLS…) to set first. Set ROOTLY_API_TOKEN, ROOTLY_MCP_ENABLE_WRITE_TOOLS, ROOTLY_MCP_ENABLED_TOOLS, ONCALLHEALTH_API_KEY, ROOTLY_TRANSPORT before connecting. You can also paste the ready-made client config above.

Does Rootly require authentication?

Yes - when we probed the endpoint on 2026-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Rootly

More MCP servers to compare · x402 Discovery MCP · Rootstock (RSK) MCP Server · Orchestrator · Pagespeed Insights MCP · wallabag MCP

More Python MCP servers · Flstudio MCP · Filesift · Hermes Grocy MCP · see all