Skip to content
Gemini CLI

rootly for Gemini CLI

com.mcparmory/rootly

Manage incident alerts, events, and workflows with custom automations

client:Gemini CLI transport:stdio runtime:pypi

Install rootly in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

{
  "mcpServers": {
    "rootly": {
      "command": "uvx",
      "args": [
        "mcparmory-rootly"
      ]
    }
  }
}

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