Skip to content
Windsurf

Pusher Channels for Windsurf

io.github.crashbytes/pusher-mcp-server

Trigger events, query channels, and manage realtime messaging on Pusher Channels.

client:Windsurf transport:stdio runtime:npm

Install Pusher Channels in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "pusher-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@crashbytes/pusher-mcp-server"
      ],
      "env": {
        "PUSHER_APP_ID": "<PUSHER_APP_ID>",
        "PUSHER_KEY": "<PUSHER_KEY>",
        "PUSHER_SECRET": "<PUSHER_SECRET>",
        "PUSHER_CLUSTER": "<PUSHER_CLUSTER>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Pusher Channels in other clients