talkthru for VS Code
io.github.edonzo/talkthru
Talk while using your app — your coding agent gets each sentence aligned to the frame. Fully local.
client:VS Code
transport:stdio
runtime:npm
Install talkthru in VS Code
.vscode/mcp.json
{
"servers": {
"talkthru": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"talkthru-mcp"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs