Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.cloudeval.ai/llms.txt

Use this file to discover all available pages before exploring further.

Use CloudEval’s MCP server when an agent should call CloudEval as a tool server instead of parsing CLI text output.
CloudEval command line and agent panel showing actions for ChatGPT, Claude, Codex, Cursor, and VS Code

Before you configure a client

Check the local MCP surface first:
cloudeval mcp status --format json
cloudeval doctor --mcp --format json
Authenticate with one of these options:
  • stored cloudeval login credentials
  • stored cloudeval login --headless credentials for remote or SSH sessions
  • --machine when your environment supports machine access
mcp serve uses stdin for MCP protocol messages, so run login before starting the MCP server.

Choose a client

CloudEval MCP setup examples for Codex, Cursor, Claude Code, and VS Code using cloudeval mcp serve
Generate the Codex setup guidance:
cloudeval mcp setup codex --dry-run
A typical local registration uses the CloudEval stdio server:
codex mcp add cloudeval -- cloudeval mcp serve
Use a focused toolset when Codex should only inspect part of the product:
codex mcp add cloudeval-reports -- cloudeval mcp serve --toolset reports

Focus tool access

Use focused toolsets when the assistant should have a narrower CloudEval surface.
ToolsetUse it for
allFull CloudEval MCP surface
readonlyRead-only project, report, billing, and capability discovery
projectsProject lookup, creation handoff, project deeplinks, and project context
reportsReport runs, report downloads, report deeplinks, and latest report context
billingBilling and credit inspection
Example:
cloudeval mcp serve --toolset readonly

Verify the integration

After configuring the client:
  1. Restart the MCP client if it requires a restart.
  2. Ask the client to list available CloudEval tools.
  3. Run a low-risk command such as capability discovery or project listing.
  4. Confirm the result uses the expected CloudEval profile, base URL, and auth mode.
CloudEval agent result explaining selected Azure resources with diagram context and generated Mermaid output

Next step

Use Agent and automation rules for safety defaults, or CLI command reference for the MCP command surface.
Last modified on May 8, 2026