MCP server for AI agent orchestration — real-time push notifications (WebSocket + Web Push API)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-agent-organizer": {
"command": "npx",
"args": [
"-y",
"josecldjr/mcp-agent-organizer"
]
}
}
}
Run in terminal:
claude mcp add mcp-agent-organizer npx -y josecldjr/mcp-agent-organizer
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-agent-organizer": {
"command": "npx",
"args": [
"-y",
"josecldjr/mcp-agent-organizer"
]
}
}
}