← Back to browse

Gotify RMCP

Indexed by ai.dinglebear

About

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

Use this server

Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.

Transportstdio (runs a local command)
Env varsGOTIFY_URL GOTIFY_CLIENT_TOKEN GOTIFY_APP_TOKEN GOTIFY_RMCP_VERSION GOTIFY_RMCP_REPO GOTIFY_RMCP_RELEASE_BASE_URL RUST_LOG
Claude Code
claude mcp add --env GOTIFY_URL= --env GOTIFY_CLIENT_TOKEN= --env GOTIFY_APP_TOKEN= --env GOTIFY_RMCP_VERSION= --env GOTIFY_RMCP_REPO= --env GOTIFY_RMCP_RELEASE_BASE_URL= --env RUST_LOG= gotify-rmcp -- npx gotify-rmcp
Cursor

Add to Cursor

If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.

VS Code
code --add-mcp '{"name":"gotify-rmcp","command":"npx","args":["gotify-rmcp"],"env":{"GOTIFY_URL":"","GOTIFY_CLIENT_TOKEN":"","GOTIFY_APP_TOKEN":"","GOTIFY_RMCP_VERSION":"","GOTIFY_RMCP_REPO":"","GOTIFY_RMCP_RELEASE_BASE_URL":"","RUST_LOG":""}}'
JSON
{
  "mcpServers": {
    "gotify-rmcp": {
      "command": "npx",
      "args": [
        "gotify-rmcp"
      ],
      "env": {
        "GOTIFY_URL": "",
        "GOTIFY_CLIENT_TOKEN": "",
        "GOTIFY_APP_TOKEN": "",
        "GOTIFY_RMCP_VERSION": "",
        "GOTIFY_RMCP_REPO": "",
        "GOTIFY_RMCP_RELEASE_BASE_URL": "",
        "RUST_LOG": ""
      }
    }
  }
}

Environment variables are listed by name only — fill in your own values. Entries never carry secrets.