Gotify RMCP for Windsurf
ai.dinglebear/gotify-rmcp
Rust MCP server and CLI for Gotify push notifications and message management.
client:Windsurf
transport:stdio
runtime:npm
Install Gotify RMCP in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"gotify-rmcp": {
"command": "npx",
"args": [
"-y",
"gotify-rmcp"
],
"env": {
"GOTIFY_URL": "<GOTIFY_URL>",
"GOTIFY_CLIENT_TOKEN": "<GOTIFY_CLIENT_TOKEN>",
"GOTIFY_APP_TOKEN": "<GOTIFY_APP_TOKEN>",
"GOTIFY_RMCP_VERSION": "<GOTIFY_RMCP_VERSION>",
"GOTIFY_RMCP_REPO": "<GOTIFY_RMCP_REPO>",
"GOTIFY_RMCP_RELEASE_BASE_URL": "<GOTIFY_RMCP_RELEASE_BASE_URL>",
"RUST_LOG": "<RUST_LOG>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs