Zona MCP
Zona MCP
MCP 서버로서, AI CLI에서 Zona 받은편지함으로 알림을 보냅니다. 소스 토큰은 로컬에서 읽히며 절대 출력되지 않습니다.
Tools
Tool | Purpose |
| 토큰이 구성되었는지 여부. 토큰을 절대 반환하지 않습니다. |
| 간단한 연결 확인. |
| 알림을 보냅니다. 선택적 |
Related MCP server: ntfy-mcp
Requirements
Node.js 20+ (
fetch,FormData, 및crypto.randomUUID).
Install
cd mcp
npm ciConfiguration
Grok
[mcp_servers.zona]
command = "node"
args = ["/absolute/path/to/mcp/server.mjs"]
enabled = trueWindows에서 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/tokenWindows에서 있는 %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). 호스트의 스킬 디렉터리로 복사하세요.
라이선스
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseBqualityCmaintenanceEnables 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.19MIT
- AlicenseNot gradedqualityBmaintenanceEnables sending push notifications via ntfy with a single tool, allowing Claude agents to send notifications directly without shell access.MIT

FastAlert MCP Serverofficial
AlicenseNot gradedqualityDmaintenanceEnables AI agents to list FastAlert channels and send rich notifications via the FastAlert API.603MIT- FlicenseAqualityBmaintenanceEnables 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
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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