Skip to content
Gemini CLI

Rootly for Gemini CLI

io.github.wyre-technology/rootly-mcp

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

client:Gemini CLI transport:stdio runtime:oci

Install Rootly in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\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-technology/rootly-mcp:v1.2.4"
      ],
      "env": {
        "ROOTLY_API_TOKEN": "<ROOTLY_API_TOKEN>",
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "AUTH_MODE": "<AUTH_MODE>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Rootly in other clients