Skip to content
Gemini CLI

podpast for Gemini CLI

io.github.tomdoeswork/podpast

Search and ask the podcasts you follow inside Claude, with the exact quote and timestamp.

client:Gemini CLI transport:streamable-http

Install podpast in Gemini CLI

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

{
  "mcpServers": {
    "podpast": {
      "httpUrl": "https://api.podpast.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

podpast in other clients