Skip to content
Zed

Apprise RMCP for Zed

ai.dinglebear/rapprise

Apprise notifications over MCP and CLI with authenticated stdio and HTTP transports.

client:Zed transport:stdio runtime:npm

Install Apprise RMCP 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": {
    "rapprise": {
      "command": "npx",
      "args": [
        "-y",
        "@dinglebear/rapprise"
      ],
      "env": {
        "APPRISE_URL": "<APPRISE_URL>",
        "APPRISE_TOKEN": "<APPRISE_TOKEN>",
        "APPRISE_RMCP_VERSION": "<APPRISE_RMCP_VERSION>",
        "APPRISE_RMCP_REPO": "<APPRISE_RMCP_REPO>",
        "APPRISE_RMCP_RELEASE_BASE_URL": "<APPRISE_RMCP_RELEASE_BASE_URL>",
        "RUST_LOG": "<RUST_LOG>"
      }
    }
  }
}

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

Apprise RMCP in other clients