Manual MCP Installation
Install the CloudZero MCP server into any supported AI coding agent using a single command.
If you are not using the Claude Code Plugin, you can install the CloudZero MCP server directly into any supported client using the npx add-mcp command from .
Pre-requisites
- Node.js (v18 or later)
- A CloudZero account (some tools require specific permission sets)
All commands below install the MCP server to the client's global configuration. To install to a project-level configuration instead, remove the
-gflag.
Antigravity
npx add-mcp https://czca-server.discovery.cloudzero.com/mcp -g -a antigravity -ySign in: Open Antigravity and start a conversation that uses the CloudZero MCP server. On first use, a browser window opens to sign in to CloudZero. If you already have an active session, authentication is automatic.
Cline VSCode Extension
npx add-mcp https://czca-server.discovery.cloudzero.com/mcp -g -a cline -ySign in: Open the Cline extension in VS Code and invoke a CloudZero tool. On first use, a browser window opens to sign in to CloudZero. If you already have an active session, authentication is automatic.
Cline CLI
npx add-mcp https://czca-server.discovery.cloudzero.com/mcp -g -a cline-cli -ySign in: Run a Cline CLI command that invokes a CloudZero tool. On first use, a browser window opens to sign in to CloudZero. If you already have an active session, authentication is automatic.
Claude Code
npx add-mcp https://czca-server.discovery.cloudzero.com/mcp -g -a claude-code -ySign in: Open Claude Code and run /mcp, then select cloudzero and follow the prompts to sign in. On first use, a browser window opens to sign in to CloudZero. If you already have an active session, authentication is automatic.
Codex
npx add-mcp https://czca-server.discovery.cloudzero.com/mcp -g -a codex -ySign in: Open Codex and invoke a CloudZero tool. On first use, a browser window opens to sign in to CloudZero. If you already have an active session, authentication is automatic.
Cursor
npx add-mcp https://czca-server.discovery.cloudzero.com/mcp -g -a cursor -ySign in: Open Cursor and invoke a CloudZero tool through the agent. On first use, a browser window opens to sign in to CloudZero. If you already have an active session, authentication is automatic.
Gemini CLI
npx add-mcp https://czca-server.discovery.cloudzero.com/mcp -g -a gemini-cli -ySign in: Run a Gemini CLI command that invokes a CloudZero tool. On first use, a browser window opens to sign in to CloudZero. If you already have an active session, authentication is automatic.
Goose
npx add-mcp https://czca-server.discovery.cloudzero.com/mcp -g -a goose -ySign in: Open Goose and invoke a CloudZero tool. On first use, a browser window opens to sign in to CloudZero. If you already have an active session, authentication is automatic.
GitHub Copilot CLI
npx add-mcp https://czca-server.discovery.cloudzero.com/mcp -g -a github-copilot-cli -ySign in: Run a GitHub Copilot CLI command that invokes a CloudZero tool. On first use, a browser window opens to sign in to CloudZero. If you already have an active session, authentication is automatic.
MCPorter
npx add-mcp https://czca-server.discovery.cloudzero.com/mcp -g -a mcporter -ySign in: Open MCPorter and invoke a CloudZero tool. On first use, a browser window opens to sign in to CloudZero. If you already have an active session, authentication is automatic.
OpenCode
npx add-mcp https://czca-server.discovery.cloudzero.com/mcp -g -a opencode -ySign in: Open OpenCode and invoke a CloudZero tool. On first use, a browser window opens to sign in to CloudZero. If you already have an active session, authentication is automatic.
VS Code
npx add-mcp https://czca-server.discovery.cloudzero.com/mcp -g -a vscode -ySign in: Open VS Code and invoke a CloudZero tool through Copilot or another MCP-compatible extension. On first use, a browser window opens to sign in to CloudZero. If you already have an active session, authentication is automatic.
Zed
npx add-mcp https://czca-server.discovery.cloudzero.com/mcp -g -a zed -ySign in: Open Zed and invoke a CloudZero tool through the assistant. On first use, a browser window opens to sign in to CloudZero. If you already have an active session, authentication is automatic.
Updated about 2 hours ago
