Talkies for Zed
io.github.psyb0t/talkies
Self-hosted MCP server for speech: ASR transcription, TTS synthesis, and file staging tools.
client:Zed
transport:stdio
runtime:oci
Install Talkies in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"talkies": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/psyb0t/talkies:v0.17.0"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs