argocd_set_api_key
Set an Argo CD API key as a Bearer token in memory for the current MCP session. Use this token from the Argo CD UI or command line to authenticate.
Instructions
Set an Argo CD API key (Bearer token) in memory for the current MCP session. Use when you have a token from the Argo CD UI (User Settings → API tokens) or argocd account generate-token. Env vars (ARGOCD_API_KEY) take precedence on server restart.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| apiKey | Yes | Argo CD API token / JWT (Bearer) | |
| profile | No | Environment profile. Available: default. Default: default |