agent comm for VS Code
io.github.keshrath/agent-comm
Agent intercommunication - messaging, channels, shared state, and real-time events
client:VS Code
transport:stdio
runtime:npm
Install agent comm in VS Code
.vscode/mcp.json
{
"servers": {
"agent-comm": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agent-comm"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs