Gotify RMCP for Zed
ai.dinglebear/gotify-rmcp
Rust MCP server and CLI for Gotify push notifications and message management.
client:Zed
transport:stdio
runtime:npm
Install Gotify RMCP in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"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>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs