io.github.kcofoni/gotify-mcp
Quality Score
78
/100
MCP server for Gotify push notifications - send messages and manage apps/clients.
§01 Install
Claude Desktop (Docker)
{
"mcpServers": {
"gotify-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"docker.io/kcofoni/gotify-mcp:v1.0.1"
],
"env": {
"GOTIFY_URL": "<gotify_url>",
"GOTIFY_CLIENT_TOKEN": "<your-gotify_client_token>",
"GOTIFY_APP_TOKEN": "<your-gotify_app_token>",
"GOTIFY_MCP_PORT": "<gotify_mcp_port>",
"GOTIFY_MCP_TRANSPORT": "<gotify_mcp_transport>"
}
}
}
}§02 Environment variables
GOTIFY_URLrequired
The full base URL of your Gotify server (e.g., http://localhost:80 or https://gotify.example.com)
GOTIFY_CLIENT_TOKENsecret
A client token from your Gotify server with permissions to manage applications, clients, and messages
GOTIFY_APP_TOKENsecret
An application token for sending messages via create_message tool
GOTIFY_MCP_PORTPort for the MCP SSE server (default: 3020)
GOTIFY_MCP_TRANSPORTTransport type: 'sse' or 'stdio' (default: sse)
§03 MCP Quality Score · methodology
freshness
18
completeness
10
installability
25
documentation
15
stability
10
§04 Alternatives in Other
agency.lona/trading
agency.lona/trading
AI-powered trading strategy development: backtesting, market data, and portfolio analysis
ABMeter
ai.abmeter/abmeter
Feature flagging and A/B testing platform with AI-first experimentation workflows.
AdAdvisor MCP Server
ai.adadvisor/mcp-server
Query Meta Ads performance data — accounts, campaigns, ad sets, ads, metrics & settings.