centrifugo

GitHub

Scalable real-time messaging server in a language-agnostic way. Self-hosted alternative to Pubnub, Pusher, Ably, socket.io, Phoenix.PubSub, SignalR. Set up once and forever.

centrifugo MCP Server

MCP server for centrifugal/centrifugo

Ready-to-Use Client Configurations
{
  "mcpServers": {
    "centrifugo": {
      "command": "npx",
      "args": [
        "-y",
        "@centrifugal/centrifugo"
      ]
    }
  }
}