Skip to content
Gemini CLI

Gotify RMCP for Gemini CLI

ai.dinglebear/rgotify

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

client:Gemini CLI transport:stdio runtime:npm

Install Gotify RMCP in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

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

{
  "mcpServers": {
    "rgotify": {
      "command": "npx",
      "args": [
        "-y",
        "@dinglebear/rgotify"
      ],
      "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>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

Gotify RMCP in other clients