agent bus for VS Code
com.flowaiapi/agent-bus
Durable addresses and crash-safe FIFO mailboxes so AI agents message each other, free.
client:VS Code
transport:streamable-http
tools:25
Install agent bus in VS Code
.vscode/mcp.json
{
"servers": {
"agent-bus": {
"type": "http",
"url": "https://api.flowaiapi.com/mcp"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs