Skip to content
Gemini CLI

SentinelX MCP for Gemini CLI

app.sentinelx/sentinelx

Operate Linux, macOS and Windows from your LLM. Every action runs through an auditable allowlist.

client:Gemini CLI transport:streamable-http

Install SentinelX MCP in Gemini CLI

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

{
  "mcpServers": {
    "sentinelx": {
      "httpUrl": "https://mcp.sentinelx.app/mcp/mcp"
    }
  }
}

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

SentinelX MCP in other clients