agent bus for Grok
com.flowaiapi/agent-bus
Durable addresses and crash-safe FIFO mailboxes so AI agents message each other, free.
client:Grok
transport:streamable-http
tools:25
Install agent bus in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"agent-bus": {
"type": "http",
"url": "https://api.flowaiapi.com/mcp"
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs