Zona MCP
Enables AI CLIs to send alerts to a Zona inbox, including optional categories, severities, and up to five attached images, while keeping the source token local.
README
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. |
Requirements
- Node.js 20+ (
fetch,FormData, andcrypto.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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.