Connects Claude to a self-hosted Gotify push notification server. Exposes a single `gotify` action router that covers the full API surface: send notifications with Markdown support and priority levels, list and delete messages with filtering and pagination, and manage applications and clients. Includes a `gotify_help` tool that returns the complete action reference. Ships with HTTP and stdio transports, container deployment configs, and client manifests for Claude Desktop, Codex, and Gemini. Useful when you want Claude to trigger alerts during long-running tasks, monitor system events, or coordinate notifications across your homelab without reaching for a SaaS platform.
GOTIFY_URL*The full base URL of your Gotify server (e.g., http://localhost:80 or https://gotify.example.com)
GOTIFY_CLIENT_TOKENsecretA client token from your Gotify server with permissions to manage applications, clients, and messages
GOTIFY_APP_TOKENsecretAn application token for sending messages via create_message tool
GOTIFY_MCP_PORTPort for the MCP SSE server (default: 3020)
GOTIFY_MCP_TRANSPORTTransport type: 'sse' or 'stdio' (default: sse)