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
{
"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