Coordination event bus connecting MCP servers for East Africa — drought alerts, health cascades, agricultural advisories. The missing layer between 31 isolated tools.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"africa-coord-bus": {
"command": "uvx",
"args": [
"africa-coord-bus"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add africa-coord-bus uvx africa-coord-bus
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"africa-coord-bus": {
"command": "uvx",
"args": [
"africa-coord-bus"
]
}
}
}
📋 Copy
Or install with pip: pip install africa-coord-bus