Apprise RMCP

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

People connecting automation tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Rust.

VERIFIED ACTIVE

LAST COMMIT 2026-08-05 · ★ 2 · #78 OF 194 MAINTAINED AUTOMATION · VERIFIED 2026-08-25

AGPL-3.0 · Rust servers · how we verify → /methodology

01 · Install Apprise RMCP

before you install - you'll need

Set APPRISE_RMCP_VERSION, APPRISE_TOKEN, APPRISE_MCP_HOST before connecting. APPRISE_URL is optional or environment-specific per the README.

Claude Code

claude mcp add dinglebear-ai-rapprise -- npx -y @dinglebear/rapprise

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "dinglebear-ai-rapprise": {
      "command": "npx",
      "args": [
        "-y",
        "@dinglebear/rapprise"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license AGPL-3.0 - declared in the repository

npm package @dinglebear/rapprise - the @dinglebear scope differs from the repo owner (dinglebear-ai); confirm it's the project's official package

registry vendor namespace ai.dinglebear - domain-verified with the official MCP registry

03 · What Apprise RMCP can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.3.0 · 2026-08-04

0.3.0 (2026-08-04) · Added · publish canonical MCP Registry metadata · Fixed · bind recovery provenance to tags · grant npm OIDC permission · upload recovery assets without metadata mutation

v0.2.3 · 2026-08-03

0.2.3 (2026-08-03) · Fixed · preserve existing Kache config · keep root version release-please compatible · keep xtask version release-please compatible · use trusted npm publisher

v0.2.2 · 2026-08-02

Corrective release with immutable tag-bound provenance for npm installation.

04 · Who maintains Apprise RMCP

Apprise RMCP is maintained by dinglebear-ai. We track 11 MCP servers from dinglebear-ai - 11 actively maintained, 33 combined GitHub stars, oldest repo from Mar 2026. Full record: all servers from dinglebear-ai.

  1. Cortex RMCP Self-hosted homelab log intelligence over MCP, CLI, and REST with SQLite/FTS. ★ 3
  2. Labby Rust MCP gateway with Code Mode, authentication, setup, logs, CLI, HTTP API, and operator web UI. ★ 5
  3. Yarr MCP Self-hosted media fleet operations across Sonarr, Radarr, Plex, and related apps over MCP and CLI. ★ 7
  4. UniFi RMCP Rust MCP server and CLI for UniFi Network controller operations. ★ 2
  5. Synapse RMCP Host, Docker, Compose, SSH, logs, ZFS, and file operations over MCP and CLI. ★ 2

05 · Facts

category
automation - ranked #78 of 194 actively-maintained automation servers as of 2026-08-25.
release cadence
7 releases in the last 90 days (latest 2026-08-04)
registry
ai.dinglebear/rapprise (active, first published 2026-08-04)
packages
npm:@dinglebear/rapprise

06 · Apprise RMCP FAQ

What is Apprise RMCP?

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

Is Apprise RMCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-05 and it shipped 7 releases in the last 90 days. We re-verify nightly.

How do I install Apprise RMCP?

Run `npx -y @dinglebear/rapprise`. The README documents 4 environment variables (APPRISE_URL, APPRISE_RMCP_VERSION, APPRISE_TOKEN…) to set first. Set APPRISE_RMCP_VERSION, APPRISE_TOKEN, APPRISE_MCP_HOST before connecting. APPRISE_URL is optional or environment-specific per the README. You can also paste the ready-made client config above.

Does Apprise RMCP run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Apprise RMCP