waitbus for Cursor
io.github.astrogilda/waitbus
Workstation-local event bus: agents wait on or emit CI/pytest/Docker/filesystem events, no polling.
client:Cursor
transport:stdio
runtime:pypi
Install waitbus in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"waitbus": {
"type": "stdio",
"command": "uvx",
"args": [
"waitbus"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs