datum-mcp
Verified Safeby datum-cloud
Overview
Manages Datum Cloud network infrastructure (organizations, projects, domains, HTTP proxies/routes, gateways, traffic policies, DNS, and CRD schemas) via an agent-compatible server.
Installation
datum-mcpEnvironment Variables
- DATUM_AUTH_HOSTNAME
- DATUM_API_HOSTNAME
- DATUM_CLIENT_ID
- DATUM_TOKEN
- DATUM_VERBOSE
- DATUM_USER_ID
- DATUM_ORG
Security Notes
Utilizes OAuth 2.1 (PKCE) for robust authentication and stores sensitive credentials (refresh tokens) securely in the system keychain (e.g., macOS Keychain). The default operation mode is stdio, limiting network exposure. HTTP mode binds to localhost by default. No obvious 'eval' or malicious patterns were identified in the Go source code. The `curl | sh` installation method is common but requires trust in the source. The `DATUM_TOKEN` environment variable allows overriding interactive login for automation but requires the user to manage the token's security.
Similar Servers
mcp-server-kubernetes
This MCP server enables AI agents to connect to and manage Kubernetes clusters by executing kubectl and Helm commands.
gcloud-mcp
Enables AI assistants to interact with the Google Cloud environment using the gcloud CLI for natural language cloud management and workflow automation.
flux-operator
The Flux Operator MCP Server acts as a bridge for AI assistants, allowing them to manage and troubleshoot GitOps pipelines and Kubernetes resources controlled by FluxCD through natural language interactions.
mcp-kubernetes
Enables AI assistants to interact with and debug Kubernetes clusters by translating natural language requests into Kubernetes operations.