MCP ExplorerExplorer

Mcp Gotify

@SecretiveShellon a year ago
3 MIT
FreeCommunity
AI Systems
MCP server for sending gotify notifications

Overview

What is Mcp Gotify

mcp-gotify is an MCP server designed for sending push notifications through the Gotify service, enabling users to receive real-time alerts and updates.

Use cases

Use cases for mcp-gotify include sending alerts for system events, notifying users about updates or changes in applications, and integrating with IoT devices for real-time communication.

How to use

To use mcp-gotify, you need to set up the server by configuring the command and arguments in the JSON format. You can install it by cloning the repository and running the server using the provided commands.

Key features

Key features of mcp-gotify include easy integration with Gotify, support for push notifications, and a simple installation process using standard input or server-sent events (SSE).

Where to use

mcp-gotify can be used in various fields where real-time notifications are essential, such as monitoring systems, alerting applications, and user engagement platforms.

Content

MCP-gotify

MCP server for sending gotify push notifications.

Installation

stdio

claude 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

License

MIT

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers