waitbus
Rank #13,608io.github.astrogilda/waitbus
Workstation-local event bus: agents wait on or emit CI/pytest/Docker/filesystem events, no polling.
waitbus is a Model Context Protocol (MCP) server published by astrogilda. It ranks #13,608 of 115,591 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. waitbus is listed across 2 registries — Official MCP and PulseMCP, with 1 tracked version. It was first listed on Jun 16, 2026 and most recently updated on Jun 16, 2026.
Ranks ahead of 101,983 of 115,591 servers on MCP Toplist.
Use waitbus
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add waitbus -- uvx waitbus mcp serve waitbus[mcp_servers.waitbus]
command = "uvx"
args = ["waitbus", "mcp", "serve", "waitbus"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"waitbus": {
"command": "uvx",
"args": [
"waitbus",
"mcp",
"serve",
"waitbus"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"waitbus": {
"command": "uvx",
"args": [
"waitbus",
"mcp",
"serve",
"waitbus"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"waitbus": {
"type": "stdio",
"command": "uvx",
"args": [
"waitbus",
"mcp",
"serve",
"waitbus"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"waitbus": {
"command": "uvx",
"args": [
"waitbus",
"mcp",
"serve",
"waitbus"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"waitbus": {
"command": "uvx",
"args": [
"waitbus",
"mcp",
"serve",
"waitbus"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.astrogilda%2Fwaitbus)<a href="https://mcptoplist.com/server/io.github.astrogilda%2Fwaitbus"><img src="https://mcptoplist.com/badge/io.github.astrogilda%2Fwaitbus.svg" alt="MCP Toplist: Top 25% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
astrogilda
Other servers by astrogilda
View all astrogilda servers →Available versions (1)
| Version | Published |
|---|---|
| 0.1.1 | Jun 16, 2026 |
Frequently asked questions
- Who maintains waitbus?
- waitbus is maintained by astrogilda, which publishes 2 MCP servers (3 total versions) tracked on MCP Toplist.
- Is waitbus listed on the Official MCP Registry?
- Yes — waitbus is listed on the Official MCP Registry, alongside PulseMCP.
- How many versions does waitbus have?
- MCP Toplist tracks 1 version of waitbus, most recently published on Jun 16, 2026.
- Where can I find the source code for waitbus?
- The source code for waitbus is hosted at github.com/astrogilda/waitbus.