Skip to content
Gemini CLI

SentinelOne (Purple) for Gemini CLI

io.github.wyre-technology/sentinelone-mcp

Multitenant Streamable HTTP wrapper for the SentinelOne purple-mcp server.

client:Gemini CLI transport:stdio runtime:oci

Install SentinelOne (Purple) 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": {
    "sentinelone-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/sentinelone-mcp:v1.0.6"
      ],
      "env": {
        "PORT": "<PORT>",
        "IDLE_EVICT_MS": "<IDLE_EVICT_MS>",
        "SPAWN_READY_TIMEOUT_MS": "<SPAWN_READY_TIMEOUT_MS>",
        "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

SentinelOne (Purple) in other clients