Skip to content
Gemini CLI

agkit for Gemini CLI

cloud.agkit/agkit

AgentKit management-plane CLI + MCP server (agkit).

client:Gemini CLI transport:stdio runtime:npm

Install agkit in Gemini CLI

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

{
  "mcpServers": {
    "agkit": {
      "command": "npx",
      "args": [
        "-y",
        "@storybloq/agkit"
      ]
    }
  }
}

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

agkit in other clients