Skip to content
Gemini CLI

AlertOps for Gemini CLI

io.github.wyre-ai/alertops-mcp

MCP server for AlertOps' incident alerting/on-call API.

client:Gemini CLI transport:stdio runtime:oci

Install AlertOps 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": {
    "alertops-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-ai/alertops-mcp:v1.0.0"
      ],
      "env": {
        "ALERTOPS_API_KEY": "<ALERTOPS_API_KEY>",
        "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

AlertOps in other clients