Podstow for Gemini CLI
app.podstow/podstow
Send web articles or AI-written text to your personal podcast feed; listen in any podcast app.
client:Gemini CLI
transport:streamable-http
Install Podstow in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"podstow": {
"httpUrl": "https://mcp.podstow.app/"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs