agent-talk for VS Code
com.basenull/agent-talk
MCP channel between two AI workspaces: send messages, wait for replies, read history.
client:VS Code
transport:streamable-http
Install agent-talk in VS Code
.vscode/mcp.json
{
"servers": {
"agent-talk": {
"type": "http",
"url": "https://agent-talk.basenull.com/mcp/{channel_key}"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs