Serversio.github.kcofoni/gotify-mcp
M

io.github.kcofoni/gotify-mcp

io.github.kcofoni/gotify-mcp · v1.0.1
▦ docker
v1.0.1docker oci: docker.io/kcofoni/gotify-mcp:v1.0.1↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.kcofoni/gotify-mcp",
  "description": "MCP server for Gotify push notifications - send messages and manage apps/clients.",
  "repository": {
    "url": "https://github.com/jmagar/gotify-mcp",
    "source": "github"
  },
  "version": "1.0.1",
  "packages": [
    {
      "registryType": "oci",
      "identifier": "docker.io/kcofoni/gotify-mcp:v1.0.1",
      "transport": {
        "type": "sse",
        "url": "http://localhost:3020/sse"
      },
      "environmentVariables": [
        {
          "description": "The full base URL of your Gotify server (e.g., http://localhost:80 or https://gotify.example.com)",
          "isRequired": true,
          "name": "GOTIFY_URL"
        },
        {
          "description": "A client token from your Gotify server with permissions to manage applications, clients, and messages",
          "isSecret": true,
          "name": "GOTIFY_CLIENT_TOKEN"
        },
        {
          "description": "An application token for sending messages via create_message tool",
          "isSecret": true,
          "name": "GOTIFY_APP_TOKEN"
        },
        {
          "description": "Port for the MCP SSE server (default: 3020)",
          "name": "GOTIFY_MCP_PORT"
        },
        {
          "description": "Transport type: 'sse' or 'stdio' (default: sse)",
          "name": "GOTIFY_MCP_TRANSPORT"
        }
      ]
    }
  ],
  "_meta": {
    "io.modelcontextprotocol.registry/publisher-provided": {
      "dockerizedBy": "kcofoni",
      "features": [
        "Send push notifications with configurable priority",
        "Manage Gotify applications and clients",
        "Retrieve messages and server health status",
        "Delete messages and applications"
      ],
      "originalAuthor": "jmagar"
    },
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}