MCP
The unified Hanzo MCP — one server that gives Claude Code, Cursor, and any MCP client a single tool surface plus your connected cloud services.
MCP
One Model Context Protocol server, one tool surface. Add hanzo-mcp to Claude Code (or Cursor, Claude Desktop, or any MCP client) and every Hanzo capability shows up through a single connection — no per-tool wiring.
Looking for the hosted door instead? Cloud MCP is a URL with nothing to install, and its every tool is enumerated in the tool catalogue. This page is the server that runs beside your editor.
claude mcp add hanzo -- npx -y @hanzo/mcp serveThat one command exposes the full surface:
- 13 unified tools —
fs,exec,code,git,fetch,workspace,ui, plus optionalthink,memory,hanzo,plan,tasks,mode. One action-routed tool per capability (HIP-0300), so the client sees a small, stable set instead of hundreds of overlapping names. - Cloud services — the
hanzotool routes to your platform natively: IAM (identity), Commerce, Storage, and the AI API atapi.hanzo.ai/v1, authenticated with your token. - Your connectors — GitHub, Slack, Google, Discord, X, and more, surfaced through the same connection once linked in the console.
The same surface ships three ways — TypeScript (@hanzo/mcp), Python (hanzo-mcp on PyPI), and Rust (hanzo-mcp::brain) — mirrored 1-to-1, over the MCP stdio and streamable-http transports.
Client setup
{
"mcpServers": {
"hanzo": {
"command": "npx",
"args": ["-y", "@hanzo/mcp", "serve"]
}
}
}Sign in once (hanzo login) and the hanzo cloud tool + your connectors authenticate automatically; the local tools (fs, exec, git, …) work with no account.
The tool index
Every tool the platform can expose is indexed at GET api.hanzo.ai/v1/tools (authenticated). Today that's 1,468 tools across five sources — the unified server presents them through the compact action-routed surface above:
| Source | What it is |
|---|---|
builtin | Core local tools (fs, exec, git, code, …) |
skill | Packaged skills |
connector | Linked cloud integrations (GitHub, Slack, Google, Discord, X, …) |
agent | Agent entry points |
function | User-defined functions |
Connectors
Everything Hanzo can connect to, by how you connect it — native connectors you link once in the console (GitHub App, OAuth2), and the open MCP ecosystem indexed live from the official registry. Search across both.
Native connectors
link once in the consoleRepos, issues, PRs, actions, code search.
Projects, merge requests, pipelines, issues.
Channels, messages, search, notifications.
Drive, Gmail, Calendar, Sheets.
Servers, channels, messages.
Post, read, and search on X.
MCP servers
loading the registry…MCP as a Service
Beyond the unified server, Hanzo can also host any MCP server for you — deploy from any npx, uvx, or custom package with instant scaling and zero infrastructure to manage.
hanzo mcp launch npx @modelcontextprotocol/server-filesystemKey Capabilities
- Any MCP server — Filesystem, Git, PostgreSQL, Redis, Slack, GitHub, Notion, and more
- 1-click Deploy — Launch any MCP server with a single command
- Auto Scaling — Scale from 0 to thousands of instances automatically
- $0 Idle Cost — Pay only for what you use, no idle charges
- Secure Sandboxing — Isolated containers with fine-grained permissions
- 15+ Regions — Edge deployment for lowest latency globally
Launch Methods
NPX Packages
hanzo mcp launch npx @modelcontextprotocol/server-filesystem
hanzo mcp launch npx @modelcontextprotocol/server-github
hanzo mcp launch npx @modelcontextprotocol/server-slackUVX / Python
hanzo mcp launch uvx mcp-server-sqlite
hanzo mcp launch uvx mcp-server-postgresCustom Servers
hanzo mcp launch git://github.com/you/mcp-server
hanzo mcp launch docker://your-org/mcp-custom:latestConfiguration
Deploy multiple servers with a single config file:
version: "1"
servers:
filesystem:
package: "@modelcontextprotocol/server-filesystem"
runtime: npx
args: ["/workspace"]
database:
package: "mcp-server-postgres"
runtime: uvx
env:
DATABASE_URL: "${secrets.DATABASE_URL}"
github:
package: "@modelcontextprotocol/server-github"
runtime: npx
env:
GITHUB_TOKEN: "${secrets.GITHUB_TOKEN}"
custom:
image: "your-org/mcp-custom:latest"
runtime: docker
replicas: 3hanzo mcp deployEnterprise Features
Managed Hosting
Deploy to Hanzo Cloud with auto-scaling and monitoring
Secure Sandboxing
Isolated containers with fine-grained permissions
Edge Deployment
15+ global regions for lowest latency
Version Control
Pin versions, rollback instantly, audit trails
Tool Federation
Combine multiple MCP servers into unified endpoints
Config Management
Centralized secrets and environment variable management
Available Tools
| Category | Tools |
|---|---|
| Storage | Filesystem, S3, Google Drive, Notion |
| Databases | PostgreSQL, MySQL, SQLite, Redis, MongoDB |
| Dev Tools | Git, GitHub, GitLab, Linear, Jira |
| Communication | Slack, Discord, Email, Twilio |
| Cloud | AWS, GCP, Azure, Kubernetes |
| AI/ML | Hugging Face, Weights & Biases, MLflow |
| Web | Browser automation, Puppeteer, Screenshots |
| Custom | Any Docker container or npm/pip package |
Next Evolution: ZAP
MCP made tool integration easy. ZAP makes it fast. Zero-Copy Agent Protocol is the next evolution: zero-copy serialization, 40-50x lower overhead, built for agent swarms at scale.
ZAP includes MCP Gateway Mode for seamless migration.
Documentation
Introduction
Install
API Keys
API
AI API
Models
Pricing
Hanzo Embeddings
Agents
Prompts
CLI
API Reference
How is this guide?
Last updated on