gotify mcp for Cursor
io.github.kcofoni/gotify-mcp
MCP server for Gotify push notifications - send messages and manage apps/clients.
client:Cursor
transport:stdio
runtime:oci
Install gotify mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"gotify-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/kcofoni/gotify-mcp:v1.0.1"
],
"env": {
"GOTIFY_URL": "<GOTIFY_URL>",
"GOTIFY_CLIENT_TOKEN": "<GOTIFY_CLIENT_TOKEN>",
"GOTIFY_APP_TOKEN": "<GOTIFY_APP_TOKEN>",
"GOTIFY_MCP_PORT": "<GOTIFY_MCP_PORT>",
"GOTIFY_MCP_TRANSPORT": "<GOTIFY_MCP_TRANSPORT>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs