Skip to main content
Glama

Zona MCP

AI CLI から Zona のインボックスにアラートを送信する MCP サーバーです。ソーストークンはローカルで読み取られ、出力に表示されることはありません。

ツール

ツール

目的

zona_status

トークンが設定されているかどうか。トークンを返すことはありません。

zona_ping

疎通確認を行います。

zona_notify

アラートを送信します。categoryseverity は任意で、PNG/JPEG/WebP 画像を最大5枚まで添付できます。

Related MCP server: ntfy-mcp

要件

  • Node.js 20+(fetchFormDatacrypto.randomUUID)。

インストール

cd mcp
npm ci

設定

Grok

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

Windows で MSYS を使用する場合は、[mcp_servers.zona.env]MSYS = "noglob" を設定します。

Claude / Cursor / その他の stdio ホスト

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

MCP 設定を変更した後は、CLI を再起動してください。

トークン

Zona アプリで Sources を開き、ソース(または新しいキー)を作成して、zona_live_... トークンを一度コピーし、次のファイルに1行で保存します:

~/.zona/token

Windows では %USERPROFILE%\.zona\token です。パスワードと同じように扱ってください。ZONA_SOURCE_TOKEN を設定することもできます。

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

画像は multipart/form-data を使用し、attachment パートをファイルごとに1回繰り返します(最大5枚)。

送信者の完全なガイド: Zona にアラートを送信

エージェントスキル

このフォルダ内の SKILL.md は、AI CLI 向けのプロンプトです(/zona)。ホストのスキルディレクトリにコピーしてください。

ライセンス

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