Skip to content
Grok

gotify mcp for Grok

io.github.kcofoni/gotify-mcp

MCP server for Gotify push notifications - send messages and manage apps/clients.

client:Grok transport:stdio runtime:oci

Install gotify mcp in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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>"
      }
    }
  }
}

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

gotify mcp in other clients