Skip to content

three.ws Notifications for Zed

io.github.nirholas/notifications-mcp

Read the inbox, mark items read, manage delivery preferences, and register Web Push devices.

client:Zed transport:stdio runtime:npm

Install three.ws Notifications 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": {
    "notifications-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@three-ws/notifications-mcp"
      ],
      "env": {
        "THREE_WS_API_KEY": "<THREE_WS_API_KEY>",
        "THREE_WS_BASE": "<THREE_WS_BASE>",
        "THREE_WS_TIMEOUT_MS": "<THREE_WS_TIMEOUT_MS>"
      }
    }
  }
}

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

three.ws Notifications in other clients