mcp-gotify

hueazhen/gotify
0 Stars 15 次浏览 更新于 2026-08-23

MCP 服务配置

复制以下 JSON 到 OPClaw 或其他 MCP 客户端的配置文件中即可使用

{
  "mcpServers": {
    "mcp-gotify": {
      "args": [
        "mcp-gotify"
      ],
      "command": "uvx",
      "env": {
        "GOTIFY_SERVER": "http://localhost:2081",
        "GOTIFY_TOKEN": "YOUR TOKEN"
      }
    }
  }
}

该服务需要配置环境变量:message、title

服务介绍

MCP server for sending gotify push notifications.
用于发送 gotify 推送通知的 MCP 服务器。

Installation 安装
stdio 标准
claude json: 克劳德 json:

{
"mcpServers": {
"mcp-gotify": {
"command": "uvx",
"args": ["mcp-gotify"],
"env": {
"GOTIFY_SERVER": "http://localhost:2081", // Change this to your gotify server
"GOTIFY_TOKEN": "YOUR TOKEN" // Get this from gotify
}
}
}
}
sse 上交所
git clone https://github.com/SecretiveShell/mcp-gotify
cd mcp-gotify
uv run mcp-gotify-sse

相关 MCP 服务