argocd-mcp
by adityaraj178
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Log verbosity: DEBUG, INFO, WARNING, ERROR. Default: INFO. | INFO |
| MCP_READ_ONLY | No | Set to 'true' to disable mutating tools (create/update/delete/sync/run_resource_action). Default: 'false'. | false |
| SSL_CERT_FILE | No | Path to a CA bundle to use for verifying self-signed certificates. | |
| MCP_AUTH_TOKEN | No | Inbound bearer token required for HTTP/SSE requests. When set, each request must carry `Authorization: Bearer <token>`. | |
| ARGOCD_BASE_URL | No | Default ArgoCD instance URL used when a call doesn't override it. May also be supplied via the `argocdBaseUrl` tool argument or `x-argocd-base-url` header. | |
| ARGOCD_API_TOKEN | No | API token for the default ArgoCD instance. Mandatory unless a token registry is configured. Never sent to non-default hosts. | |
| MCP_BIND_ADDRESS | No | Address the HTTP/SSE listener binds to. Default: 127.0.0.1. | 127.0.0.1 |
| ARGOCD_TOKEN_REGISTRY_PATH | No | Path to a JSON file mapping base URLs to tokens for multi-instance deployments. If set, the API token becomes optional. | |
| ARGOCD_INSECURE_SKIP_VERIFY | No | Set to 'true' to disable TLS certificate validation for the ArgoCD connection. Equivalent to `NODE_TLS_REJECT_UNAUTHORIZED=0`. | false |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityMaintained
ResponsivenessNo issues