Gotify Notifications
STDIOMCP server for sending gotify push notifications.
MCP server for sending gotify push notifications.
MCP server for sending gotify push notifications.
claude json:
{ "mcpServers": { "mcp-gotify": { "command": "uvx", "args": ["mcp-gotify"], "env": { "GOTIFY_SERVER": "http://localhost:2081", // Change this to your gotify server "GOTIFY_TOKEN": "YOUR TOKEN" // Get this from gotify } } } }
git clone https://github.com/SecretiveShell/mcp-gotify cd mcp-gotify uv run mcp-gotify-sse
MIT