Akuity MCP Server
The Akuity MCP Server lets MCP-compatible AI agents work with the Akuity Platform, Argo CD, Kargo, and Akuity Agents through authenticated, structured tools. An agent can inspect delivery state, investigate problems, and perform permitted operations without relying on screen scraping or custom API integrations.
The Akuity MCP Server is available for selected organizations. Ask your Akuity representative to enable it for your organization.
This section describes the MCP server that the Akuity Platform exposes to your AI agents. To connect your own MCP servers as tools for Akuity Agents, see Custom MCP Servers instead.
Capabilities
The Akuity MCP Server exposes software-delivery capabilities across four areas. The exact tools available depend on the endpoint and the caller's permissions. See the tool reference for the complete list.
| Area | What an agent can do |
|---|---|
| Akuity Platform | Manage Argo CD and Kargo instances and review fleet-wide delivery, image, vulnerability, and timeline information. |
| Argo CD | Inspect applications and Kubernetes resources, troubleshoot delivery issues, and perform permitted operations. |
| Kargo | Inspect projects, stages, freight, and promotions, and promote releases through the existing delivery process. |
| Akuity Agents | Delegate incident or promotion analysis, follow the investigation, and manage approval requests. |
Connection options
Akuity Platform users should use the platform endpoint. It provides one authenticated connection to organization resources, fleet insights, and every MCP-enabled Argo CD or Kargo instance the caller has permission to access.
A direct endpoint is an optional, instance-scoped connection for users who authenticate directly with an Argo CD or Kargo instance instead of through the Akuity Platform.
| Platform endpoint | Direct endpoint | |
|---|---|---|
| Endpoint | https://akuity.cloud/mcp, or https://eu.akuity.cloud/mcp for EU organizations | https://<ARGO_CD_HOSTNAME>/mcp or https://<KARGO_HOSTNAME>/mcp |
| Intended for | Akuity Platform users and automation. | Instance-only users who authenticate directly with one Argo CD or Kargo instance. |
| Authorization | Akuity organization roles or a scoped API key. | The instance's existing SSO, username/password login, or native token and RBAC. |
| Scope | Organization resources, fleet insights, and MCP-enabled Argo CD and Kargo instances. | Resources and actions inside that instance. |
Neither endpoint grants additional access. The platform endpoint adds organization and fleet capabilities, while a direct endpoint remains limited to one instance. Which tools an agent may call is also capped by the organization's guardrail level.
Before you begin
The following permissions control who can enable access:
- Enabling the platform endpoint requires Organization Owner access or a custom role with Organization update permission.
- Enabling MCP access for an Argo CD or Kargo instance requires update permission on that instance. Organization Owner access is not required.
- Changing the guardrail level requires the same Organization update permission as the platform endpoint.
Interactive sign-in uses a standard OAuth authorization code flow with PKCE. On the platform endpoint, native clients can use any loopback callback port, and hosted clients (for example Claude.ai) or custom-scheme clients (for example Cursor) are supported after a one-time consent screen. Automation can use an Akuity API key instead of interactive sign-in. Claude.ai, Claude Desktop, and Cowork connect through a custom connector. See Connect MCP clients.
In this section
Configure MCP access
Enable the platform MCP endpoint, choose which instances agents can reach, and set the organization's guardrail level
Connect MCP clients
Connect Claude Code, Codex, Claude.ai, Cursor, and other MCP clients to the Akuity MCP Server platform endpoint
Security and audit
How the Akuity MCP Server enforces permissions, and how to audit changes made through it
Tool reference
Every tool exposed by the Akuity MCP Server, with its endpoint and required guardrail level
Troubleshooting
Common problems when connecting an MCP client to the Akuity MCP Server, and Early Access limitations