
Gotify Mcp
Send Gotify push alerts and manage apps from your agent when deploys, cron jobs, or monitors need a human ping.
Overview
io.github.kcofoni/gotify-mcp is a MCP server for the Operate phase that sends Gotify push notifications and manages apps from an agent.
What is this MCP server?
- Send push notifications with configurable priority
- Manage Gotify applications and clients
- Retrieve messages and server health status
- Delete messages and applications
- Registry version 1.0.1
- OCI package docker.io/kcofoni/gotify-mcp:v1.0.1
- Transport: SSE at http://localhost:3020/sse
Community signal: 4 GitHub stars.
What problem does it solve?
You want instant phone pings from agent workflows but do not want to bolt on a heavy incident platform for a one-person stack.
Who is it for?
Self-hosters using Gotify who want deploy and error alerts driven from MCP tooling.
Skip if: Builders who need email/SMS marketing, or teams without a Gotify instance and tokens.
What do I get? / Deliverables
After registration, your agent can create prioritized Gotify messages and inspect server health using your tokens.
- Agent tools to send prioritized Gotify messages
- Management of Gotify apps, clients, and message cleanup
Recommended MCP Servers
Journey fit
How it compares
Gotify notification bridge via MCP, not a full observability or paging product.
Common Questions / FAQ
Who is io.github.kcofoni/gotify-mcp for?
Solo builders and small teams with a Gotify server who want their coding agent to send and manage push notifications.
When should I use io.github.kcofoni/gotify-mcp?
Use it in Operate when scripts or agents should alert you on failures, completions, or manual approval needs via Gotify.
How do I add io.github.kcofoni/gotify-mcp to my agent?
Deploy docker.io/kcofoni/gotify-mcp:v1.0.1, configure SSE at http://localhost:3020/sse, and set GOTIFY_URL, GOTIFY_CLIENT_TOKEN, and GOTIFY_APP_TOKEN in environment variables.