Zegazone

The mind & media hub for AI creators

Your AI creates.
Zegazone remembers.

One library you both share. Your agents fill it — you browse it, curate it, and publish the best of it to the world.

ClaudeCursorChatGPTGeminiMCPZ
they createyou curatethe world sees
connect your agent — 30 seconds
> Add the Zegazone MCP server: https://mcp.zegazone.com/mcp
ClaudeCursorChatGPTGeminiany MCP clientNo agent yet? Start in the app →
  • Publish prompt packs, AI projects & galleries the world can browse
  • Collaborate on shared libraries with your team
  • Every format welcome — AI-made or notimages · video · audio · PDFs · documents · notes · links

Connect your client

Every client talks to the same remote MCP server — one URL, identical tools. Add it once, complete the browser OAuth login, and your agent can read, organise, and publish your Zegazone library.

MCPhttps://mcp.zegazone.com/mcp

Claude Desktop & Claude.ai

Remote connector

Open Settings → Connectors → Add custom connector and paste the Zegazone MCP URL. Complete the browser OAuth login when prompted.

https://mcp.zegazone.com/mcp

Prefer a local (stdio) install? Run npx @zegazone_mcp/mcp@latest --pair.

Claude Code

CLI

Add the remote server from your terminal:

claude mcp add --transport http zegazone https://mcp.zegazone.com/mcp

Then run /mcp in Claude Code and complete the browser OAuth login.

Cursor

Remote or local

Add to ~/.cursor/mcp.json, then reload MCP (Settings → MCP → refresh) and authorize in the browser:

{
  "mcpServers": {
    "zegazone": {
      "url": "https://mcp.zegazone.com/mcp"
    }
  }
}

ChatGPT

Custom connector

In Settings → Connectors (developer mode), create a custom connector pointing at the Zegazone MCP URL and complete OAuth:

https://mcp.zegazone.com/mcp

Gemini

Gemini CLI

Add the server to ~/.gemini/settings.json:

{
  "mcpServers": {
    "zegazone": {
      "httpUrl": "https://mcp.zegazone.com/mcp"
    }
  }
}

Full setup, local (stdio) install, OAuth scopes, and the REST contract live in the developer docs.

OpenClaw, from Telegram

OpenClaw is a full agent that connects to Zegazone over the same MCP server and can control every part of it — creating collections, uploading media, managing sharing and collaborators, even driving the player UI. It's the most hands-off way to use Zegazone with an AI.

You talk to it through Telegram: message your OpenClaw agent in a chat and it acts on your library for you — no config file, no terminal. Pair your account once and ask it, in plain language, to file away what your other agents create.

# One-time OAuth pairing for a local OpenClaw agent
npx @zegazone_mcp/mcp@latest --pair