Gotify RMCP for Grok
ai.dinglebear/rgotify
Gotify notifications and app, client, and message management over MCP and CLI.
client:Grok
transport:stdio
runtime:npm
Install Gotify RMCP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"rgotify": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@dinglebear/rgotify"
],
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs