Skip to main content
Glama

Zona MCP

An MCP server that sends alerts to the Zona inbox from an AI CLI. The source token is read locally and never printed.

Tools

Tool

Purpose

zona_status

Whether a token is configured. Never returns the token.

zona_ping

Short connectivity check.

zona_notify

Send an alert. Optional category, severity, and up to five PNG/JPEG/WebP images.

Related MCP server: ntfy-mcp

Requirements

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

Install

cd mcp
npm ci

Configuration

Grok

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

On Windows, set MSYS = "noglob" in [mcp_servers.zona.env] if you use MSYS.

Claude / Cursor / other stdio hosts

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

Restart the CLI after changing MCP config.

Token

In the Zona app, open Sources, create a source (or a new key), copy the zona_live_... token once, and save it as a single line in:

~/.zona/token

On Windows that is %USERPROFILE%\.zona\token. Treat it like a password. You can also set ZONA_SOURCE_TOKEN.

HTTP (no 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"
}

Pictures use multipart/form-data and repeat the attachment part once per file (max five). Full sender guide: Send alerts to Zona.

Agent skill

SKILL.md in this folder is the prompt for AI CLIs (/zona). Copy it into the host's skills directory.

License

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