Skip to content
Zed

three.ws Alerts for Zed

io.github.nirholas/alerts-mcp

Create, update, and delete pump.fun alert rules and read fired-alert history across channels.

client:Zed transport:stdio runtime:npm

Install three.ws Alerts in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "alerts-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@three-ws/alerts-mcp"
      ],
      "env": {
        "THREE_WS_BASE": "<THREE_WS_BASE>",
        "THREE_WS_TIMEOUT_MS": "<THREE_WS_TIMEOUT_MS>",
        "THREE_WS_SESSION": "<THREE_WS_SESSION>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

three.ws Alerts in other clients