AgentAnycast for VS Code
io.github.agentanycast/agentanycast
P2P runtime for A2A protocol. Encrypted agent communication with zero-config NAT traversal.
client:VS Code
transport:stdio
runtime:npm
Install AgentAnycast in VS Code
.vscode/mcp.json
{
"servers": {
"agentanycast": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"agentanycast"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs