🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

gotify-rmcp

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gotify-rmcp

Node launcher for the gotify-rmcp Rust MCP server and rgotify CLI binary.

latest
Source
npmnpm
Version
0.1.3
Version published
Weekly downloads
133
-28.88%
Maintainers
1
Weekly downloads
 
Created
Source

gotify-rmcp

Node launcher for the gotify-rmcp Rust MCP server and rgotify CLI binary.

npx -y gotify-rmcp --help
npx -y gotify-rmcp health --json
npx -y gotify-rmcp mcp

The package downloads the matching rgotify release binary during postinstall. It exposes two npm binary aliases:

AliasRuns
gotify-rmcpbundled rgotify binary
rgotifybundled rgotify binary

MCP Client Example

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

Launcher Controls

VariablePurpose
GOTIFY_RMCP_SKIP_DOWNLOAD=1Skip binary download during postinstall.
GOTIFY_RMCP_VERSION or GOTIFY_RMCP_BINARY_VERSIONOverride the release tag used for downloads.
GOTIFY_RMCP_REPOOverride the GitHub repo used for downloads.
GOTIFY_RMCP_RELEASE_BASE_URLOverride the release download base URL.

Full documentation lives in the repository README: https://github.com/jmagar/gotify-rmcp#readme

Keywords

mcp

FAQs

Package last updated on 12 Jul 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts