Skip to content
Cursor

Gotify RMCP for Cursor

ai.dinglebear/rgotify

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

client:Cursor transport:stdio runtime:npm

Install Gotify RMCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "rgotify": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Gotify RMCP in other clients