Skip to content
Zed

talkthru for Zed

io.github.edonzo/talkthru

Talk while using your app — your coding agent gets each sentence aligned to the frame. Fully local.

client:Zed transport:stdio runtime:npm

Install talkthru in Zed

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

{
  "context_servers": {
    "talkthru": {
      "command": "npx",
      "args": [
        "-y",
        "talkthru-mcp"
      ]
    }
  }
}

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

talkthru in other clients