Gotify RMCP for Cline
ai.dinglebear/rgotify
Gotify notifications and app, client, and message management over MCP and CLI.
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
{
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs