io.github.kcofoni
gotify-mcp
MCP server for Gotify push notifications - send messages and manage apps/clients.
SSEcommunityservice
Package Details
docker.io/kcofoni/gotify-mcp:v1.0.1
TransportSSE
Environment Variables
GOTIFY_URL
Required
The full base URL of your Gotify server (e.g., http://localhost:80 or https://gotify.example.com)
GOTIFY_CLIENT_TOKEN
Secret
A client token from your Gotify server with permissions to manage applications, clients, and messages
GOTIFY_APP_TOKEN
Secret
An application token for sending messages via create_message tool
GOTIFY_MCP_PORT
Port for the MCP SSE server (default: 3020)
GOTIFY_MCP_TRANSPORT
Transport type: 'sse' or 'stdio' (default: sse)