Zona MCP
Zona MCP
MCP-сервер, который отправляет оповещения во входящие Zona из ИИ CLI. Токен источника читается локально и никогда не выводится.
Инструменты
Инструмент | Назначение |
| Проверяет, настроен ли токен. Сам токен не возвращает никогда. |
| Краткая проверка соединения. |
| Отправляет оповещение. Необязательные |
Related MCP server: ntfy-mcp
Требования
Node.js 20+ (
fetch,FormDataиcrypto.randomUUID).
Установка
cd mcp
npm ciКонфигурация
Grok
[mcp_servers.zona]
command = "node"
args = ["/absolute/path/to/mcp/server.mjs"]
enabled = trueВ Windows задайте MSYS = "noglob" в [mcp_servers.zona.env], если вы используете MSYS.
Claude / Cursor / другие stdio-хосты
{
"mcpServers": {
"zona": {
"command": "node",
"args": ["/absolute/path/to/mcp/server.mjs"]
}
}
}Перезапустите CLI после изменения конфигурации MCP.
Токен
В приложении Zona откройте Источники, создайте источник (или новый ключ), скопируйте токен zona_live_... один раз и сохраните его одной строкой:
~/.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 по одному разу на каждый файл (максимум пять).
Полное руководство отправителя:
[Отправка оповещений в Zona](https://gist.github.com/terri-yaki/b1cdbf91264/1f139f9ea3f3? Версия?)
Ой, извините, исходное: ...gist.github.com/terri-yaki/b1cdbf91263f139f282b1cdbf91263f139f292e292f788d5bc).
Должно быть: комбинация.
А теперь поймаем.
Навык агента
SKILL.md в этой папке — это промпт для ИИ CLI (/zona). Скопируйте его в каталог навыков хоста.
Лицензия
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