Skip to content
Gemini CLI

vocce transcribe for Gemini CLI

io.github.cmoonagent/vocce-agent

Agent media tools: transcribe, summarize, notes, flashcards, doc Q&A, PDF compress. No API key.

client:Gemini CLI transport:stdio runtime:npm

Install vocce transcribe in Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "vocce-agent": {
      "command": "npx",
      "args": [
        "-y",
        "vocce-transcribe-mcp"
      ],
      "env": {
        "VOCCE_API_BASE": "<VOCCE_API_BASE>"
      }
    }
  }
}

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

vocce transcribe in other clients