Avrotize for Gemini CLI
io.github.clemensv/avrotize
Schema conversion and schema-driven code generation MCP server.
client:Gemini CLI
transport:stdio
runtime:pypi
Install Avrotize in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"avrotize": {
"command": "uvx",
"args": [
"avrotize"
]
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs