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.
- 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.
Claude Desktop & Claude.ai
Remote connectorOpen Settings → Connectors → Add custom connector and paste the Zegazone MCP URL. Complete the browser OAuth login when prompted.
Prefer a local (stdio) install? Run npx @zegazone_mcp/mcp@latest --pair.
Claude Code
CLIAdd 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 localAdd 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 connectorIn Settings → Connectors (developer mode), create a custom connector pointing at the Zegazone MCP URL and complete OAuth:
Gemini
Gemini CLIAdd 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