Package
Gotify MCP
MCP server for self-hosted Gotify push notifications and message management.
tv.tootie/gotify-mcpSource repository
Overview
What this server provides
MCP server for self-hosted Gotify push notifications and message management.
Install
1Packages
gotify-mcp0.3.1
Runtime
uvxTransport stdio- GOTIFY_URLRequired
Base URL of your Gotify server, e.g. https://gotify.example.com. No trailing slash.
- GOTIFY_APP_TOKENOptional
Gotify application token for sending messages (Settings > Apps > Create Application).
- GOTIFY_CLIENT_TOKENOptional
Gotify client token for management operations (Settings > Clients).
- GOTIFY_MCP_TRANSPORTOptional
Set to 'stdio' when running as a local subprocess. Default is 'http' for container deployments.