Authentication
CLI authentication is based on the same personal API keys used by the API.Login options
Environment variable auth
SetMCPCLOUD_API_KEY for non-interactive usage (recommended for CI/CD).
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Authenticate the MCPCloud CLI using API keys or interactive login.
mcp login
mcp login --paste
mcp login --key <apiKey>
MCPCLOUD_API_KEY for non-interactive usage (recommended for CI/CD).
export MCPCLOUD_API_KEY=mck_**********************
mcp whoami