Skip to content
Grok

waitbus for Grok

io.github.astrogilda/waitbus

Workstation-local event bus: agents wait on or emit CI/pytest/Docker/filesystem events, no polling.

client:Grok transport:stdio runtime:pypi

Install waitbus in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "waitbus": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "waitbus"
      ]
    }
  }
}

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

waitbus in other clients