Skip to content
Zed

vocce transcribe for Zed

io.github.cmoonagent/vocce-agent

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

client:Zed transport:stdio runtime:npm

Install vocce transcribe in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

vocce transcribe in other clients