Skip to content
Gemini CLI

agentcast for Gemini CLI

io.github.mukundakatta/agentcast

Structured-output enforcer: extract and validate JSON from messy LLM text.

client:Gemini CLI transport:stdio runtime:npm

Install agentcast in Gemini CLI

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

{
  "mcpServers": {
    "agentcast": {
      "command": "npx",
      "args": [
        "-y",
        "@mukundakatta/agentcast-mcp"
      ]
    }
  }
}

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

agentcast in other clients