Skip to main content
Glama

Zona MCP

Ein MCP-Server, der Benachrichtigungen von einer KI-CLI an das Zona-Postfach sendet. Das Quellen-Token wird lokal gelesen und niemals ausgegeben.

Tools

Tool

Zweck

zona_status

Gibt an, ob ein Token konfiguriert ist. Gibt das Token niemals zurück.

zona_ping

Kurzer Verbindungstest.

zona_notify

Sendet eine Benachrichtigung. Optional können category, severity und bis zu fünf PNG/JPEG/WebP-Bilder angegeben werden.

Related MCP server: ntfy-mcp

Voraussetzungen

  • Node.js 20+ (fetch, FormData und crypto.randomUUID).

Installation

cd mcp
npm ci

Konfiguration

Grok

[mcp_servers.zona]
command = "node"
args = ["/absolute/path/to/mcp/server.mjs"]
enabled = true

Unter Windows setze MSYS = "noglob" in [mcp_servers.zona.env], wenn du MSYS verwendest.

Claude / Cursor / andere stdio-Hosts

{
  "mcpServers": {
    "zona": {
      "command": "node",
      "args": ["/absolute/path/to/mcp/server.mjs"]
    }
  }
}

Starte die CLI nach der Änderung der MCP-Konfiguration neu.

Token

Öffne in der Zona-App Quellen, erstelle eine Quelle (oder einen neuen Schlüssel), kopiere das Token zona_live_... einmal und speichere es als eine einzelne Zeile in:

~/.zona/token

Unter Windows ist das %USERPROFILE%\.zona\token. Behandle es wie ein Passwort. Du kannst auch ZONA_SOURCE_TOKEN setzen.

HTTP (ohne MCP)

POST https://gerncrjtrdjtjvybvseb.supabase.co/functions/v1/notify
Authorization: Bearer zona_live_YOUR_SOURCE_TOKEN
Idempotency-Key: unique-event-id
Content-Type: application/json
{
  "title": "Build complete",
  "body": "The release finished.",
  "category": "build",
  "severity": "medium"
}

Bilder verwenden multipart/form-data und wiederholen den attachment-Teil einmal pro Datei (maximal fünf). Vollständige Anleitung zum Senden: Benachrichtigungen an Zona senden.

Agent-Skill

Die Datei SKILL.md in diesem Ordner ist der Prompt für KI-CLIs (/zona). Kopiere sie in das Skill-Verzeichnis des Hosts.

Lizenz

MIT

Install Server
A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    C
    maintenance
    Enables AI assistants to send push notifications through the kweenkl service. Allows users to receive contextual notifications from their AI when tasks are complete or important events occur.
    1
    9
    MIT
  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables sending push notifications via ntfy with a single tool, allowing Claude agents to send notifications directly without shell access.
    MIT
  • F
    license
    A
    quality
    B
    maintenance
    Enables AI to send push notifications to your phone via a configurable gateway. It is a thin wrapper that posts to an Apprise push gateway.
    1

View all related MCP servers

Related MCP Connectors

  • Let your AI agent notify you by email, Slack, Discord, or webhook. One tool: send_notification.

  • Create, test, publish, and manage Dreamlit notification workflows from AI clients.

  • AI email inbox and sending tools with attachments, search, live events, and webhooks.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/terri-yaki/zona-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server