mcp-gotify
If you are the rightful owner of mcp-gotify and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MCP-gotify is a Model Context Protocol server designed to send push notifications using the Gotify service.
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