gotify mcp for Cline
io.github.kcofoni/gotify-mcp
MCP server for Gotify push notifications - send messages and manage apps/clients.
client:Cline
transport:stdio
runtime:oci
Install gotify mcp 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": {
"gotify-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/kcofoni/gotify-mcp:v1.0.1"
],
"env": {
"GOTIFY_URL": "<GOTIFY_URL>",
"GOTIFY_CLIENT_TOKEN": "<GOTIFY_CLIENT_TOKEN>",
"GOTIFY_APP_TOKEN": "<GOTIFY_APP_TOKEN>",
"GOTIFY_MCP_PORT": "<GOTIFY_MCP_PORT>",
"GOTIFY_MCP_TRANSPORT": "<GOTIFY_MCP_TRANSPORT>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs