Odel
waitbus

waitbus

Local
@astrogilda2PythonMITUpdated 6 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIwaitbusv0.2.0

Run

uvx waitbus

MCP client config

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