mcpbeat Sign in

Gotify RMCP MCP Server

local only

Gotify RMCP runs on your own machine — the client starts it, so there is no endpoint to ping. 60 installs a week from npm. Last commit 25 Aug 2026.

Gotify notifications and app, client, and message management over MCP and CLI.

Installs per day peak 18 · avg 11 · +36% w/w
a month agotoday
60
Installs / week
npm · @dinglebear/rgotify
2
Stars
1 open issues
25 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Rust

What the code does

We read the source, 10 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs a command on install [пакет] package.json:1
postinstall: node scripts/install.js
  const install = spawnSync(process.execPath, [installer], { stdio: "inherit" });
In the project's build, not in the package

Found in continuous integration, deployment or infrastructure files, or in a neighbouring package of the same monorepo. None of this is installed when you add the server: it describes how the project is built and released. We list it because a leaked key in a build pipeline is still a real problem, but it is not something this server does on your machine.

Checks whether it runs in a sandbox src/config.rs:82
    if std::path::Path::new("/.dockerenv").exists() || std::env::var("RUNNING_IN_CONTAINER").is_ok()
Touches key and credential files .github/actions/setup-rust-kache/action.yml:121
        credentials_file="$HOME/.aws/credentials"

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add rgotify -- npx -y @dinglebear/rgotify
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "rgotify": {
      "args": [
        "-y",
        "@dinglebear/rgotify"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.rgotify]
command = "npx"
args = ["-y", "@dinglebear/rgotify"]
.cursor/mcp.json
{
  "mcpServers": {
    "rgotify": {
      "args": [
        "-y",
        "@dinglebear/rgotify"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "rgotify": {
      "args": [
        "-y",
        "@dinglebear/rgotify"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: GOTIFY_URL (Gotify server base URL.), GOTIFY_CLIENT_TOKEN (Gotify client token for read and management actions.), GOTIFY_APP_TOKEN (Gotify app token for sending notifications.), GOTIFY_RMCP_VERSION (Optional GitHub release tag override for the downloaded Gotify RMCP binary.), GOTIFY_RMCP_REPO (Optional GitHub owner/repo override for release asset downloads.), GOTIFY_RMCP_RELEASE_BASE_URL (Optional release download base URL override.), RUST_LOG (Tracing filter for Gotify RMCP logs.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Gotify RMCP

same job, measured the same way
Gotify RMCP
by dinglebear

Rust MCP server and CLI for Gotify push notifications and message management.

local only
Gotify MCP
by kcofoni

MCP server for Gotify push notifications - send messages and manage apps/clients.

local only
Gotify MCP
by tootie

MCP server for self-hosted Gotify push notifications and message management.

59 installs/wk local only
Ntfy MCP Server
by cyanheads

Send, manage, and replay ntfy push notifications via MCP.

508 installs/wk local only
Apprise RMCP
by dinglebear

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

53 installs/wk local only
Remind MCP
by chrischall

Read Remind classes, chats and messages, and manage notification settings.

605 installs/wk local only
ntfy
by ni-c

Publish ntfy notifications, read the message cache, and manage users and topic access

30 installs/wk local only
I
Sling CLI
by flarco

Sling CLI MCP server for data pipeline and replication management

local only

Gotify RMCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Gotify RMCP?
Gotify RMCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @dinglebear/rgotify was installed 60 times last week.
How do I connect Gotify RMCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @dinglebear/rgotify straight from npm; nothing to host, nothing to sign up for.
How many people use Gotify RMCP?
The npm package @dinglebear/rgotify was installed 60 times in the last week. Week over week that is +36%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Gotify RMCP open source?
Yes — it is published under the MIT licence, written in Rust, 2 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.