Serverstv.tootie/gotify-mcp
M

Gotify MCP

tv.tootie/gotify-mcp · v0.3.1
▦ pypi
v0.3.1pypi pypi: gotify-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "tv.tootie/gotify-mcp",
  "description": "MCP server for self-hosted Gotify push notifications and message management.",
  "title": "Gotify MCP",
  "repository": {
    "url": "https://github.com/jmagar/gotify-mcp",
    "source": "github"
  },
  "version": "0.3.1",
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "gotify-mcp",
      "version": "0.3.1",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Base URL of your Gotify server, e.g. https://gotify.example.com. No trailing slash.",
          "isRequired": true,
          "name": "GOTIFY_URL"
        },
        {
          "description": "Gotify application token for sending messages (Settings > Apps > Create Application).",
          "isSecret": true,
          "name": "GOTIFY_APP_TOKEN"
        },
        {
          "description": "Gotify client token for management operations (Settings > Clients).",
          "isSecret": true,
          "name": "GOTIFY_CLIENT_TOKEN"
        },
        {
          "description": "Set to 'stdio' when running as a local subprocess. Default is 'http' for container deployments.",
          "name": "GOTIFY_MCP_TRANSPORT"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}