terramate-mcp-server
Verified Safeby terramate-io
Overview
Integrates Terramate Cloud with AI assistants to enable natural language interaction for managing Infrastructure as Code (IaC) workflows.
Installation
docker run --rm -it -v ~/.terramate.d:/root/.terramate.d:ro -e TERRAMATE_REGION="eu" ghcr.io/terramate-io/terramate-mcp-server:latestEnvironment Variables
- TERRAMATE_API_KEY
- TERRAMATE_CREDENTIAL_FILE
- TERRAMATE_REGION
- TERRAMATE_BASE_URL
Security Notes
The server demonstrates good security practices including enforcing 0600 permissions for JWT credential files (on Unix), using mutexes for thread-safe credential access, and actively sanitizing error messages to prevent token leakage. Authentication methods (JWT with auto-refresh and file watching, or API key) are well-defined. A public Firebase Auth API key is used, which is not a secret but an identifier, as documented.
Similar Servers
terraform-mcp-server
Provides seamless integration with Terraform Registry APIs and HCP Terraform/Terraform Enterprise APIs, enabling AI assistants/LLMs to generate high-quality Terraform code and automate IaC workflows.
gcloud-mcp
Enables AI assistants to interact with the Google Cloud environment using the gcloud CLI for natural language cloud management and workflow automation.
tfmcp
A CLI tool and MCP server that enables LLMs to analyze, manage, and operate Terraform configurations and infrastructure environments.
mcp-for-argocd
Enables AI assistants to interact with Argo CD applications through natural language, streamlining DevOps tasks.