Skip to main content
Preview — The CloudThinker MCP server is in early access. The tool surface and transport options may change before general availability. Contact us to join the preview.
CloudThinker can act as a Model Context Protocol (MCP) server, letting any MCP-compatible AI client call CloudThinker tools and read CloudThinker data using your workspace’s authenticated context. This is the inverse of the existing MCP connection, which lets CloudThinker agents call your external MCP servers.

What It Enables

Cloud Ops in Your IDE

Query AWS, GCP, Azure inventory and costs from Cursor, Claude Desktop, or any MCP client

Use Your Connections

Reach databases, Kubernetes clusters, and observability tools you already connected to CloudThinker

Run Skills Remotely

Invoke your workspace skills from any MCP-compatible host

Shared Context

Read recommendations, dashboards, and incident memory the same way the web console does

Exposed Tools

The MCP server surfaces a curated subset of agent capabilities:
Tool familyWhat it does
resources.*Query the unified resource inventory and topology
recommendations.*List, accept, dismiss, or comment on optimization recommendations
costs.*Run cost queries and forecasts across cloud accounts
incidents.*Create incidents, attach signals, and read RCA results
dashboards.*Read built-in and custom dashboards
skills.*Execute workspace skills with parameters
The exact tool list is exposed through MCP discovery — clients see whatever the workspace API key is permitted to use.

Transports

TransportBest For
HTTP + SSECloud-hosted clients, remote agents, and team-shared setups
stdioLocal IDEs and desktop apps (Claude Desktop, Cursor, Windsurf) launched via a local proxy

Authentication

The MCP server authenticates with the same workspace API keys used by the REST API. The key is scoped to a single workspace and inherits the role of the issuing member.

MCP Connection

Connect external MCP servers as CloudThinker tools

API

Same operations over a REST surface

Skills

Package domain knowledge into reusable workflows

CLI

Terminal access to the same capabilities