Skip to content
Gemini CLI

Shrike for Gemini CLI

io.github.shrike-security/shrike-mcp

Governs what AI agents do: tool calls, SQL, commands, files checked against policy before they run.

client:Gemini CLI transport:stdio runtime:npm

Install Shrike in Gemini CLI

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

{
  "mcpServers": {
    "shrike-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "shrike-mcp"
      ]
    }
  }
}

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

Shrike in other clients