Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

Explore

  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Tags index
  • Submit a server
  • Pricing

Learn

  • Guides hub
  • What is MCP?
  • Install guide
  • Troubleshooting
  • Security
  • Blog
  • Blog RSS

Tools

  • All tools
  • Config generator
  • Config validator
  • MCP playground
  • OpenAPI β†’ MCP
  • Badge generator

For agents

  • API docs
  • Trust & traffic
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
  • Remote MCP β†— (opens in a new tab)

Company

  • About
  • Contact
  • X (@AllMCPs) β†— (opens in a new tab)
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on Buildlist
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Gotify RMCP
Gotify RMCP logo
Health: ActiveRecent health check succeeded.Last checked 8/10/2026, 10:56:26 PM

Gotify RMCP

Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository2 GitHub StarsTotal stargazers on GitHub for the source repository (2 stars).Visit Website

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

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Install Config Generator

Choose your client
claude_desktop_config.json
{
  "mcpServers": {
    "gotify-rmcp-2": {
      "command": "npx",
      "args": [
        "-y",
        "@dinglebear/rgotify"
      ]
    }
  }
}

πŸ’‘ Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

gotify-rmcp

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

It exposes one MCP tool, gotify, plus the rgotify CLI. Agents can send notifications, inspect server health, list messages, and manage Gotify apps and clients through stdio MCP, Streamable HTTP MCP, or direct shell commands.

30-second path: set GOTIFY_URL, then run npx -y @dinglebear/rgotify health --json -> start loopback HTTP with GOTIFY_MCP_HOST=127.0.0.1 npx -y @dinglebear/rgotify serve -> call tools/call with {"action":"health"}.

Status: operational RMCP upstream-client server. Write-capable; destructive delete actions are gated by explicit confirmation. HTTP MCP supports loopback dev mode, static bearer tokens, and Google OAuth through lab-auth.

Not for: replacing Gotify, storing notifications independently, generic webhook routing, scheduling reminders, multi-tenant isolation, or passing Gotify tokens through MCP tool arguments.

Contents

  • Naming
  • Capabilities And Boundaries
  • Install
  • Quickstart
  • Client Configuration
  • Runtime Surfaces
  • MCP Tool Reference
  • CLI Reference
  • Configuration
  • Authentication
  • Safety And Trust Model
  • Architecture
  • Distribution Contract
  • Development
  • Verification
  • Deployment
  • Troubleshooting
  • Related Servers
  • Documentation
  • License

Naming

SurfaceThis repo
Repositorydinglebear-ai/rgotify
Rust crate (Cargo package)gotify-mcp
Binary / CLIrgotify
npm package@dinglebear/rgotify
npm binary aliasesgotify-rmcp, rgotify
MCP toolgotify
MCP registry nameai.dinglebear/rgotify
Config home~/.gotify on hosts, /data in containers
Env prefixesGOTIFY_*, GOTIFY_MCP_*, GOTIFY_RMCP_* for npm launcher controls

These names intentionally differ. The npm package and registry entry use the RMCP family name, the Cargo package is gotify-mcp, the git repo is rgotify, and the shipped binary uses the short Rust CLI name rgotify.

Capabilities And Boundaries

  • Send Gotify push notifications with message, title, priority, and extras.
  • Read server health, runtime status, server version, current user, messages, applications, and clients.
  • Create or update applications and create clients.
  • Delete messages, all messages, applications, or clients only after explicit destructive confirmation.
  • Expose MCP prompts for common workflows and a resource containing the current tool schema.
This repo ownsGotify ownsExplicitly out of scope
MCP/CLI projection, request validation, auth policy, response shaping, setup checks, destructive gates.Notification storage, delivery, Gotify users, token issuance, app/client state, upstream API semantics.Notification scheduling, independent persistence, arbitrary webhook relay behavior, multi-tenant sandboxing, credential brokerage.

Install

PathCommandBest forNotes
npm / npxnpx -y @dinglebear/rgotify --helpLocal MCP clients and quick trials.Downloads the matching rgotify binary from GitHub Releases.
Release installercurl -fsSL https://raw.githubusercontent.com/dinglebear-ai/rgotify/main/scripts/install.sh | bashHost installs without Node.Installs rgotify for the current Linux host.
Docker / Composedocker compose up -dShared HTTP MCP deployments.Reads .env and exposes container port 40020.
Build from sourcecargo build --releaseDevelopment and audits.Produces target/release/rgotify.
Pluginclaude plugin install plugins/gotifyClaude Code local plugin setup from this checkout.Ships no hooks β€” run rgotify setup repair once by hand afterwards.

npm / npx

Run the stdio MCP server or CLI without a manual binary install:

Terminal
npx -y @dinglebear/rgotify --help
npx -y @dinglebear/rgotify mcp
npx -y @dinglebear/rgotify health --json

The npm package downloads rgotify during postinstall. Override download behavior only when testing packaging:

VariablePurpose
GOTIFY_RMCP_SKIP_DOWNLOAD=1Skip postinstall binary download.
GOTIFY_RMCP_VERSION or GOTIFY_RMCP_BINARY_VERSIONSelect the GitHub Release tag.
GOTIFY_RMCP_REPOSelect the GitHub repo used for release downloads.
GOTIFY_RMCP_RELEASE_BASE_URLSelect a custom release base URL.

Build From Source

bash
git clone https://github.com/dinglebear-ai/rgotify
cd rgotify
cargo build --release
./target/release/rgotify --help

Minimum supported Rust version: 1.86.

Quickstart

1. Configure Gotify

For the safest first call, only GOTIFY_URL is required:

server.ts
export GOTIFY_URL=https://gotify.example.com

Create tokens in the Gotify web UI before using management or send actions:

server.ts
export GOTIFY_CLIENT_TOKEN=Cxxxxxxxxxxxxxxxx
export GOTIFY_APP_TOKEN=Axxxxxxxxxxxxxxxx

Token roles:

TokenEnv varUsed for
Client tokenGOTIFY_CLIENT_TOKENRead and management actions such as messages, apps, clients, and current user.
App tokenGOTIFY_APP_TOKENSending notifications with send.

2. Run A Safe CLI Call

Terminal
npx -y @dinglebear/rgotify health --json

3. Start Loopback HTTP MCP

bash
GOTIFY_MCP_HOST=127.0.0.1 npx -y @dinglebear/rgotify serve

In another shell:

Terminal
curl -sf http://127.0.0.1:40020/health

4. Make A First MCP Call

Terminal
curl -s -X POST http://127.0.0.1:40020/mcp \
  -H "Content-Type: application/json" \
  -H "Accept: application/json, text/event-stream" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"gotify","arguments":{"action":"health"}}}'

Client Configuration

Claude Code Stdio

config.json
{
  "mcpServers": {
    "gotify": {
      "command": "npx",
      "args": ["-y", "gotify-rmcp", "mcp"],
      "env": {
        "GOTIFY_URL": "https://gotify.example.com",
        "GOTIFY_CLIENT_TOKEN": "Cxxxxxxxxxxxxxxxx",
        "GOTIFY_APP_TOKEN": "Axxxxxxxxxxxxxxxx"
      }
    }
  }
}

Claude Code HTTP

config.json
{
  "mcpServers": {
    "gotify": {
      "type": "http",
      "url": "http://127.0.0.1:40020/mcp",
      "headers": {
        "Authorization": "Bearer ${GOTIFY_MCP_TOKEN}"
      }
    }
  }
}

Codex / Labby Gateway

Register Gotify through Labby as an HTTP upstream when sharing one long-running server, or run it directly as stdio for local-only use.

toml
[mcp_servers.gotify]
command = "npx"
args = ["-y", "gotify-rmcp", "mcp"]

Generic MCP JSON

config.json
{
  "command": "rgotify",
  "args": ["mcp"],
  "env": {
    "GOTIFY_URL": "https://gotify.example.com"
  }
}

Do not put API keys, passwords, OAuth secrets, SSH keys, Gotify client tokens, Gotify app tokens, or upstream bearer tokens in MCP tool arguments. Use env, config files, or the MCP client's secret storage.

Runtime Surfaces

SurfaceStatusEntry pointPurpose
MCP stdioSupportedrgotify mcp, npx -y @dinglebear/rgotify mcpLocal child-process MCP clients.
MCP HTTPSupportedrgotify serve, POST /mcpStreamable HTTP MCP for local or shared server deployments.
CLISupportedrgotify <command>Scriptable parity and debugging.
PromptsSupportedsend_notification, check_statusReusable agent prompts.
ResourceSupportedgotify://schema/mcp-toolJSON schema for the gotify tool.
REST APINot shippedN/AGotify already owns the REST API.
Web UINot shippedN/AGotify already owns the web UI.

MCP Tool Reference

One MCP tool is exposed: gotify. Pass the required action argument to select the operation.

Read Actions

ActionDescriptionRequired paramsOptional params
healthGotify server health check.nonenone
versionGotify server version.nonenone
meCurrent authenticated user.nonenone
messagesList messages.noneapp_id, limit, since
applicationsList applications.nonenone
clientsList clients.nonenone
statusReturn runtime status, config snapshot, and counters.nonenone

Write Actions

ActionDescriptionRequired paramsOptional params
sendSend a push notification.messagetitle, priority, extras
create_applicationCreate an application.namedescription, default_priority
update_applicationUpdate an application.app_idname, description, default_priority
create_clientCreate a client.namenone

Destructive Actions

Destructive actions require confirm=true in MCP arguments, --confirm on the CLI, or GOTIFY_ALLOW_DESTRUCTIVE=true in the process environment.

ActionDescriptionRequired params
delete_messageDelete one message.id, confirm
delete_all_messagesDelete all messages.confirm
delete_applicationDelete an application and its messages.app_id, confirm
delete_clientDelete a client.client_id, confirm

Meta, Prompts, And Resource

PrimitiveName / URIPurpose
Tool actionhelpReturn built-in markdown tool help.
Promptsend_notificationGuide an agent through a notification send.
Promptcheck_statusCheck health and recent messages.
Resourcegotify://schema/mcp-toolReturn the current action-based JSON schema.

Curated action summaries live here. The current branch source code and docs/INVENTORY.md are the source of truth for complete parameters until a generated docs/MCP_SCHEMA.md is added.

CLI Reference

The CLI calls the same service methods as the MCP tool.

bash
rgotify health [--json]
rgotify version [--json]
rgotify me [--json]
rgotify messages [--app-id N] [--limit N] [--since N] [--json]
rgotify applications [--json]
rgotify clients [--json]

rgotify send <message> [--title T] [--priority N] [--json]
rgotify create app <name> [--description D] [--priority N] [--json]
rgotify update app <app_id> [--name N] [--description D] [--priority N] [--json]
rgotify create client <name> [--json]

rgotify delete message <id> [--confirm] [--json]
rgotify delete all [--confirm] [--json]
rgotify delete app <app_id> [--confirm] [--json]
rgotify delete client <client_id> [--confirm] [--json]

rgotify serve
rgotify serve mcp
rgotify mcp
rgotify doctor [--json]
rgotify setup check [--json]
rgotify setup repair [--json]
rgotify setup install [--json]
rgotify setup plugin-hook [--no-repair] [--json]

Hyphenated aliases are accepted for the two-word forms: create-app, update-app, create-client, delete-message, delete-all, delete-app, delete-client.

Known parity exception: MCP action=status is MCP-only observability. The CLI equivalent for operator checks is rgotify doctor --json.

Configuration

Configuration loads from config.toml when present, then environment variables override those values. On startup, the binary also loads ~/.gotify/.env on hosts or /data/.env in containers without overriding already-set variables.

Required Upstream Variables

VariableRequiredDescription
GOTIFY_URLyesGotify server base URL, for example https://gotify.example.com.
GOTIFY_CLIENT_TOKENfor managementGotify client token for read and management actions.
GOTIFY_APP_TOKENfor sendGotify app token used only to send notifications.

Runtime Variables

VariableDefaultDescription
GOTIFY_ALLOW_DESTRUCTIVEfalseSkip destructive confirmation gates.
GOTIFY_MCP_HOST0.0.0.0HTTP MCP bind host.
GOTIFY_MCP_PORT40020HTTP MCP bind port.
GOTIFY_MCP_TOKENemptyStatic bearer token for HTTP MCP when not in loopback dev mode.
GOTIFY_MCP_NO_AUTHfalseDisable HTTP MCP auth. Use only on loopback or behind a trusted gateway.
GOTIFY_MCP_AUTH_MODEbearerSet to oauth for Google OAuth through lab-auth.
GOTIFY_MCP_PUBLIC_URLemptyPublic URL for OAuth metadata and protected-resource discovery.
GOTIFY_MCP_GOOGLE_CLIENT_IDemptyGoogle OAuth client ID.
GOTIFY_MCP_GOOGLE_CLIENT_SECRETemptyGoogle OAuth client secret.
GOTIFY_MCP_AUTH_ADMIN_EMAILemptyInitial/admin OAuth email.
GOTIFY_MCP_AUTH_SQLITE_PATH<data>/auth.dbOAuth state database path.
GOTIFY_MCP_AUTH_KEY_PATH<data>/auth-jwt.pemOAuth JWT signing key path.
GOTIFY_MCP_ALLOWED_HOSTSemptyComma-separated Host header allowlist.
GOTIFY_MCP_ALLOWED_ORIGINSemptyComma-separated Origin header allowlist.
GOTIFY_NOAUTHfalseEscape hatch permitting a non-loopback bind with no auth. See below.
GOTIFY_MCP_HOME~/.gotify or /dataOverride the appdata dir used by rgotify setup.
RUNNING_IN_CONTAINERunsetForces the /data appdata path.
RUST_LOGinfoRust log filter. Stdio logs must stay off stdout.

GOTIFY_MCP is also the lab-auth env prefix, so lab-auth reads further GOTIFY_MCP_* keys beyond those listed here.

Startup Bind Guard

The server refuses to start when it would bind a non-loopback host with no authentication configured. To bind 0.0.0.0, set GOTIFY_MCP_TOKEN, or use GOTIFY_MCP_AUTH_MODE=oauth, or β€” only when an upstream gateway genuinely enforces auth β€” set GOTIFY_NOAUTH=true.

Authentication

PolicyWhenEffect
Loopback developmentGOTIFY_MCP_HOST starts with 127. or GOTIFY_MCP_NO_AUTH=trueNo HTTP auth layer is mounted. Use for local testing only.
Static bearerGOTIFY_MCP_TOKEN is set and the server is not loopback dev/mcp requires Authorization: Bearer <token>.
OAuthGOTIFY_MCP_AUTH_MODE=oauth plus Google OAuth settings/mcp uses lab-auth OAuth and scoped bearer tokens.
Stdiorgotify mcpThe local child-process boundary is the trust boundary.

MCP scopes are gotify:read and gotify:write. The static bearer token grants both scopes. OAuth tokens are checked before MCP calls are dispatched.

Safety And Trust Model

  • MCP callers never provide Gotify client tokens, Gotify app tokens, OAuth secrets, static bearer tokens, passwords, or API keys as tool arguments.
  • Upstream credentials are loaded from env/config only.
  • Delete actions require confirm=true, --confirm, or the explicit GOTIFY_ALLOW_DESTRUCTIVE=true process override.
  • Gotify is the durable source of notification state; this server is a thin projection over that API.
  • Stdio mode runs with the user's local permissions and is not a sandbox.
  • HTTP mode should not be exposed beyond loopback without bearer or OAuth auth plus TLS from an upstream reverse proxy.

Architecture

text
MCP client / CLI
       |
       v
rgotify
       |
       +-- MCP shim: JSON args -> GotifyService -> structured result
       +-- CLI shim: argv -> GotifyService -> stdout
       |
       v
GotifyService
       |
       v
GotifyClient
       |
       v
Gotify REST API
PathRole
src/app.rsBusiness service layer, destructive gate, response shaping.
src/gotify.rsGotify REST client.
src/mcp/RMCP tool, prompts, resource, schema, and auth checks.
src/cli/CLI parser, doctor, setup helpers, and output formatting.
src/config.rsEnv/config loading and defaults.
packages/gotify-rmcp/npm launcher and release-binary downloader.

The thin-shim rule is intentional: MCP and CLI parse inputs, call GotifyService, and return output. Credential handling, destructive gates, and Gotify API behavior stay outside the MCP and CLI shims.

Distribution Contract

ArtifactFile(s)Must align with
Rust crate/binaryCargo.toml, Cargo.lockGit tag, release assets, CLI docs, install scripts.
npm launcherpackages/gotify-rmcp/package.json, bin/rgotify.js, lib/platform.js, scripts/install.jsGitHub Release tag and assets named rgotify-x86_64.tar.gz and rgotify-windows-x86_64.tar.gz.
GitHub Releases.github/workflows/*, scripts/install.shPackage version, binary name, checksums, supported platforms.
Docker / Composeconfig/Dockerfile, docker-compose*.ymlExposed port 40020, healthcheck /health, env file contract.
MCP registryserver.jsonServer identity tv.tootie/gotify-rmcp, env vars, transport URL, package version.
Pluginplugins/gotifyRuntime command, user config, bundled metadata. No hooks are shipped.
DocsREADME.md, docs/INVENTORY.md, docs/QUICKSTART.mdCurrent binary name, default port, action list, and env names.

Release invariant: npm package version, Rust crate version, server.json.version, GitHub Release tag, release asset names, and README install examples should move together. README examples must use canonical repo and binary names, not older aliases.

Development

bash
cargo fmt -- --check
cargo clippy --all-targets -- -D warnings
cargo test
cargo build --release
npm --prefix packages/gotify-rmcp run check

Verification

bash
# Binary and CLI
cargo build --release
./target/release/rgotify --version
GOTIFY_URL=https://gotify.example.com ./target/release/rgotify health --json

# HTTP health
GOTIFY_URL=https://gotify.example.com GOTIFY_MCP_HOST=127.0.0.1 ./target/release/rgotify serve
curl -sf http://127.0.0.1:40020/health

# MCP tool call
curl -s -X POST http://127.0.0.1:40020/mcp \
  -H "Content-Type: application/json" \
  -H "Accept: application/json, text/event-stream" \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"gotify","arguments":{"action":"health"}}}'

For live send or management tests, add GOTIFY_CLIENT_TOKEN and GOTIFY_APP_TOKEN from your Gotify instance.

Deployment

Docker / Compose

bash
cp .env.example .env
$EDITOR .env
docker compose up -d
curl -sf http://127.0.0.1:40020/health

The container stores app data under /data, normally mounted from ${HOME}/.gotify.

Reverse Proxy

Expose only /mcp and /health. Preserve Streamable HTTP headers, require TLS, and configure bearer or OAuth auth before exposing the server beyond loopback.

Plugin

The plugin ships no Claude Code hooks, so nothing runs setup for you. Run it once by hand after installing or updating the plugin:

Terminal
claude plugin install plugins/gotify

rgotify setup repair     # create ~/.gotify and its .env, then re-check
rgotify setup install    # copy the binary into ~/.local/bin so it is on PATH
rgotify setup check      # read-only verification

rgotify setup repair creates the appdata dir and a placeholder .env; rgotify setup install keeps a terminal-callable copy in ~/.local/bin (repeat it after /plugin update). rgotify setup check verifies appdata, .env, binary-on-PATH, and that port 40020 is free. The server itself takes its config from the plugin's .mcp.json ${user_config.*} block, so these commands bootstrap the local environment rather than configure the server.

Troubleshooting

SymptomLikely causeFix
401 from /mcpMissing or wrong bearer/OAuth token.Check GOTIFY_MCP_TOKEN and client headers, or use loopback dev mode locally.
CLI health failsGOTIFY_URL is missing or unreachable.Export GOTIFY_URL and confirm Gotify is reachable from this host.
send fails with auth errorWrong token type.Use GOTIFY_APP_TOKEN for send and GOTIFY_CLIENT_TOKEN for management.
Destructive action is blockedConfirmation gate is working.Add confirm=true, --confirm, or a deliberate GOTIFY_ALLOW_DESTRUCTIVE=true.
stdio MCP JSON parse errorsLogs went to stdout.Keep protocol logs off stdout and lower RUST_LOG if needed.
npm launcher cannot find binaryRelease asset download failed or was skipped.Reinstall, check GOTIFY_RMCP_VERSION, or build rgotify from source.

Related Servers

  • soma - RMCP runtime for provider-backed MCP servers.
  • unifi-rmcp - UniFi controller REST API bridge.
  • tailscale-rmcp - Tailscale API bridge for devices, users, and tailnet operations.
  • unraid - Unraid monorepo: GraphQL MCP bridges (runraid) and Unraid plugins.
  • apprise-rmcp - Apprise notification fan-out bridge for many delivery backends.
  • arcane-rmcp - Arcane Docker management bridge for containers and related resources.
  • yarr - Media-stack bridge for Sonarr, Radarr, Prowlarr, Plex, and related services.
  • ytdl-rmcp - Media download and metadata workflow server.
  • synapse-rmcp - Local Synapse workflow server for scout and flux actions.
  • cortex - Syslog and homelab log aggregation MCP server.
  • axon - RAG, crawl, scrape, extract, and semantic search project.
  • labby - Homelab control plane and MCP gateway project.
  • lumen - Local semantic code search MCP server.

Documentation

Start here:

  • docs/QUICKSTART.md - focused setup flow.
  • docs/INVENTORY.md - component inventory for actions, CLI commands, env vars, and endpoints.
  • docs/RUST.md - Rust development notes.
  • docs/stack/ARCH.md - stack architecture details.
  • server.json - MCP registry metadata.
  • packages/gotify-rmcp/README.md - npm package launcher notes.

This README is curated. Generated or exhaustive catalogs should be refreshed in their own files and treated as the source of truth for current branch details.

License

Original Dinglebear-authored portions of this project are licensed under AGPL-3.0-only. Separate commercial licensing is available for organizations that need terms outside the AGPL. Third-party material remains under its original license. See LICENSING.md.

Related MCP Servers

View all in Developer Tools View all alternatives
  • Gotify RMCP logoGotify RMCP

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

    πŸ’» Developer Tools0 views
    Compare vs Gotify RMCP β†’
  • Tailscale RMCP logoTailscale RMCP

    Tailscale device, route, DNS, key, user, and ACL management over MCP and CLI.

    πŸ’» Developer Tools0 views
    Compare vs Tailscale RMCP β†’
  • Apprise RMCP logoApprise RMCP

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

    πŸ’» Developer Tools0 views
    Compare vs Apprise RMCP β†’
  • Claude Task Master logoClaude Task Master

    AI-powered task management system for AI-driven development. Features PRD parsing, task expansion, multi-provider support (Claude, OpenAI, Gemini, Perplexity, xAI), and selective tool loading for optimized context usage.

    πŸ’» Developer Tools7 views
    Compare vs Claude Task Master β†’

Frequently Asked Questions about Gotify RMCP

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "gotify-rmcp": { "command": "npx", "args": ["-y", "Gotify RMCP"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewGotify RMCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/gotify-rmcp-2?style=directory)](https://allmcps.com/mcp/gotify-rmcp-2)
HTML Embed
<a href="https://allmcps.com/mcp/gotify-rmcp-2"><img src="https://allmcps.com/api/badge/gotify-rmcp-2?style=directory" alt="Gotify RMCP on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars2
GitHub Star CountTotal stargazers on GitHub representing community popularity (2 stars).
Last commit5d ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 5, 2026
40Quality signal: Fair Β· 40/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools15/30
Adoption & activity5/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI. The open directory for MCP servers. Connect Claude, Cursor, Windsurf, and AI agents to databases, tools, files, and APIs. Explore 3,181+ servers. AllMCPs is the premier, open directory for discovering, evaluating, and installing Model Context Protocol (MCP) servers to equip AI agents and LLMs with real-world superpowers.

Explore Server β†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge β€” we recheck it stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Gotify RMCP β†’Install in Claude DesktopInstall in CursorInstall in VS Code