Skip to main content
Glama

Zona MCP

MCP 서버로서, AI CLI에서 Zona 받은편지함으로 알림을 보냅니다. 소스 토큰은 로컬에서 읽히며 절대 출력되지 않습니다.

Tools

Tool

Purpose

zona_status

토큰이 구성되었는지 여부. 토큰을 절대 반환하지 않습니다.

zona_ping

간단한 연결 확인.

zona_notify

알림을 보냅니다. 선택적 category, severity, 최대 5개의 PNG/JPEG/WebP 이미지.

Related MCP server: ntfy-mcp

Requirements

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

Install

cd mcp
npm ci

Configuration

Grok

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

Windows에서 MSYS를 사용하는 경우 [[servers.zona.env]MSYS = "noglob"`을 설정하세요.

Claude / Cursor / 기타 sttdio 호스트

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

MCP 구성을 변경한 후 CLI를 다시 시작하세요.

토큰

Zona 앱에서 Sourcess를 열고, 소스(또는 새 키)를 만드린다음 zone_Live_... 토큈을 한 번 복사하고 다음 위치에 한 줄로 저장하세요:

~/.zona/token

Windows에서 있는 %USERPROFILE%\.zona\token입니다. 비밀번호처럼 취급하세요. ZONA_SOURCE_TOKEN을 설정할 수도 있습니다.

H TCP (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 부분을 한 번씩 반복합니다(최대 5개). 전체 발신자 가이드: Zona로 알림 보내기.

에이전트 스킬

이 폴더의 OLILL.md는 AI CLI용 프롬프트입니다(/zon). 호스트의 스킬 디렉터리로 복사하세요.

라이선스

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