Skip to content
Cline

Rootly for Cline

io.github.wyre-ai/rootly-mcp

MCP server for Rootly — incidents, alerts, escalations, and post-incident reports.

client:Cline transport:stdio runtime:oci

Install Rootly in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "rootly-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-ai/rootly-mcp:v1.2.6"
      ],
      "env": {
        "ROOTLY_API_TOKEN": "<ROOTLY_API_TOKEN>",
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "AUTH_MODE": "<AUTH_MODE>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Rootly in other clients