Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
CLOUDEVAL_ACCESS_KEYYesYour own scoped Cloudeval access key. Required for authenticated project and report access to Cloudeval-hosted services. Create a key with the needed read permissions using cloudeval credentials create. Never put a real key into the Docker build or placeholder parameters.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "listChanged": false
}

Tools

Functions exposed to the LLM to take actions

NameDescription
capabilities_getA

Return Cloudeval CLI and MCP capability metadata for agent planning.

agent_profiles_listB

List backend-owned Cloudeval Agent Profiles such as Architecture, Cost, Change Reviewer, Evidence Auditor, and Security Reviewer.

agent_profiles_getA

Fetch one Cloudeval Agent Profile by id.

projects_listA

List Cloudeval projects visible to the authenticated account.

projects_getA

Fetch one Cloudeval project by id from the authenticated account's project list.

projects_overviewA

Fetch a Cloudeval project cockpit overview with graph, report, connection, credit, and deep-link metadata for IDE and agent workflows.

projects_graph_getB

Fetch project graph nodes and relationships for automation.

projects_graph_timelineB

List retained graph snapshots for a project.

projects_graph_diffB

Compare two retained project graph snapshots.

projects_graph_insightsB

Fetch graph intelligence for overview, impact, critical paths, security, cost, or changes.

projects_graph_sync_runsA

List recent graph-producing sync runs for a project.

connections_listA

List Cloudeval cloud/template connections visible to the authenticated account.

connections_getA

Fetch one Cloudeval connection by id from the authenticated account's connection list.

reports_listA

List cost and Well-Architected reports for a project.

reports_showB

Fetch one Cloudeval report by id for a project.

reports_costB

Fetch the latest normalized Cloudeval cost report for a project.

reports_wafB

Fetch the latest normalized Well-Architected report for a project.

reports_rulesA

Return WAF rule findings from the latest Cloudeval WAF report.

rules_categoriesA

List cloud validation check categories.

rules_searchB

Search cloud validation checks.

rules_getA

Show one cloud validation check by id.

billing_summaryA

Return Cloudeval billing entitlement, credit status, and subscription status.

billing_usageB

Return Cloudeval billing usage summary with date, granularity, and model filters.

billing_ledgerA

Inspect individual Cloudeval usage attempts and credit charges for the authenticated account. Use billing_usage for aggregates or billing_invoices for payment receipts. Defaults to the last 30 calendar days; explicit timestamps override the corresponding range bounds. Returns data.items, data.has_more and data.next_cursor; reuse the cursor with the same filters to read the next page. Requires billing read access; does not initiate purchases or evaluations.

billing_plansA

Return Cloudeval billing plan configuration.

billing_topupsA

Return available Cloudeval credit top-up packs.

billing_notificationsA

Return Cloudeval billing notifications for the authenticated account.

models_listA

List backend-supported Cloudeval models for the active account or access key.

models_default_getA

Return the configured default model for the selected CLI profile.

sessions_listB

List local Cloudeval CLI session history summaries.

sessions_getA

Return one local Cloudeval CLI session by thread id.

sessions_searchA

Search local Cloudeval CLI session titles and messages.

sessions_exportA

Return local Cloudeval CLI session history for the selected profile.

identity_getB

Return Cloudeval identity and capability metadata for the active credential.

auth_statusB

Return local Cloudeval authentication status.

statusB

Return local Cloudeval CLI status and active configuration metadata.

doctorB

Return local Cloudeval CLI diagnostic checks.

config_showB

Return the selected Cloudeval CLI profile configuration.

config_getA

Return one setting from the selected Cloudeval CLI profile.

config_profilesA

Return Cloudeval CLI config profile names.

credentials_templatesA

List Cloudeval access-key credential templates.

credentials_listA

List Cloudeval access-key credentials, optionally scoped by project.

credentials_inspectA

Inspect a Cloudeval access-key credential by id.

recipes_listA

List Cloudeval reusable recipes and their safety metadata.

recipes_getA

Fetch one Cloudeval recipe by id.

Prompts

Interactive templates invoked by user choice

NameDescription
cloudeval-cloud-cost-reviewReview latest Cloudeval cost posture, usage, savings, and anomalies using existing cost reports and billing usage.
cloudeval-well-architected-framework-reviewTriage Well-Architected Framework findings, rule failures, severity, and remediation order from existing reports.
cloudeval-session-recoveryFind, inspect, resume, export, or clean local Cloudeval CLI session history stored by the CLI.
cloudeval-cli-onboarding-checkVerify local Cloudeval CLI auth, config, model defaults, MCP status, and shell setup.
cloudeval-graph-drift-watchReview recent graph sync runs and compare retained topology snapshots for material changes.
cloudeval-impact-analysisInspect graph intelligence for resource impact, critical paths, security, and cost lenses.
cloudeval-mcp-setupConfigure Cloudeval MCP for Codex, Cursor, Claude, VS Code, or a generic stdio client.

Resources

Contextual data attached and managed by the client

NameDescription
capabilitiesCloudeval CLI and MCP capability metadata.
projectsProjects visible to the authenticated Cloudeval account.
billing-summaryBilling entitlement, credits, and subscription status.
latest-reportsLatest cost and Well-Architected report list for the default project.
recipesCloudeval reusable recipes and agent skill metadata.
skillsPublic Cloudeval SKILL.md catalog for agent reasoning.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ganakailabs/cloudeval-cli'

If you have feedback or need assistance with the MCP directory API, please join our Discord server