talkthru for Windsurf
io.github.edonzo/talkthru
Talk while using your app — your coding agent gets each sentence aligned to the frame. Fully local.
client:Windsurf
transport:stdio
runtime:npm
Install talkthru in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"talkthru": {
"command": "npx",
"args": [
"-y",
"talkthru-mcp"
]
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs