mcp-gotify
3
MCP-gotify is a Model Context Protocol server designed to send push notifications using the Gotify service. It allows users to easily manage and dispatch notifications from a specified Gotify server.
MCP-gotify
MCP server for sending gotify push notifications.
Installation
stdio
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
}
}
}
}
sse
git clone https://github.com/SecretiveShell/mcp-gotify
cd mcp-gotify
uv run mcp-gotify-sse
License
MIT