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
{
"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