Skip to content
Cline

Gotify RMCP for Cline

ai.dinglebear/gotify-rmcp

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

client:Cline transport:stdio runtime:npm

Install Gotify RMCP in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "gotify-rmcp": {
      "command": "npx",
      "args": [
        "-y",
        "gotify-rmcp"
      ],
      "env": {
        "GOTIFY_URL": "<GOTIFY_URL>",
        "GOTIFY_CLIENT_TOKEN": "<GOTIFY_CLIENT_TOKEN>",
        "GOTIFY_APP_TOKEN": "<GOTIFY_APP_TOKEN>",
        "GOTIFY_RMCP_VERSION": "<GOTIFY_RMCP_VERSION>",
        "GOTIFY_RMCP_REPO": "<GOTIFY_RMCP_REPO>",
        "GOTIFY_RMCP_RELEASE_BASE_URL": "<GOTIFY_RMCP_RELEASE_BASE_URL>",
        "RUST_LOG": "<RUST_LOG>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

Gotify RMCP in other clients