Wraps the Gotify REST API for self-hosted push notifications. You get two tools: a unified `gotify` action router that covers sending messages, managing applications and clients, and deleting content, plus `gotify_help` for inline documentation. All operations go through one entry point with an action parameter. Supports both app tokens for sending and client tokens for management. Ships with HTTP and stdio transports, container deployment configs, and client manifests for Claude, Codex, and Gemini. Useful if you're running Gotify locally and want to send build notifications, query message history, or provision applications without leaving your assistant context.
GOTIFY_URL*Base URL of your Gotify server, e.g. https://gotify.example.com. No trailing slash.
GOTIFY_APP_TOKENsecretGotify application token for sending messages (Settings > Apps > Create Application).
GOTIFY_CLIENT_TOKENsecretGotify client token for management operations (Settings > Clients).
GOTIFY_MCP_TRANSPORTSet to 'stdio' when running as a local subprocess. Default is 'http' for container deployments.