返回市场
MCP通知中心服务器

MCP通知中心服务器

作者:SecretiveShell4 星标更新:2025-10-31

项目介绍

MCP-gotify

用于发送gotify推送通知的MCP服务器。

安装

stdio

claude json:

{
    "mcpServers": {
        "mcp-gotify": {
            "command": "uvx",
            "args": ["mcp-gotify"],
            "env": {
                "GOTIFY_SERVER": "http://localhost:2081", // 将此更改为您的gotify服务器地址
                "GOTIFY_TOKEN": "YOUR TOKEN" // 从gotify获取此令牌
            }
        }
    }
}

sse

git clone https://github.com/SecretiveShell/mcp-gotify
cd mcp-gotify
uv run mcp-gotify-sse

许可证

MIT </中文翻译>