Skip to content
Gemini CLI

Action1 for Gemini CLI

io.github.wyre-technology/action1-mcp

Action1 MCP server — endpoint inventory, patch visibility, and policy automation via REST API.

client:Gemini CLI transport:stdio runtime:oci

Install Action1 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": {
    "action1-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/action1-mcp:v1.1.5"
      ],
      "env": {
        "ACTION1_CLIENT_ID": "<ACTION1_CLIENT_ID>",
        "ACTION1_CLIENT_SECRET": "<ACTION1_CLIENT_SECRET>",
        "ACTION1_TENANT": "<ACTION1_TENANT>",
        "ACTION1_BASE_URL": "<ACTION1_BASE_URL>",
        "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

Action1 in other clients