Skip to content
Gemini CLI

structured output agent for Gemini CLI

io.github.mikerawsonnz/structured-output-agent

Turn a prompt + a field schema into validated, typed JSON (Instructor over Gemini 2.5 Flash on Verte

client:Gemini CLI transport:streamable-http tools:2

Install structured output agent in Gemini CLI

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

{
  "mcpServers": {
    "structured-output-agent": {
      "httpUrl": "https://fastmcp-instructor-72225f.getvda.ai/mcp"
    }
  }
}

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

What Gemini CLI can do once it is connected

structured output agent in other clients