Back to Home
terramate-io icon

terramate-mcp-server

Verified Safe

by terramate-io

Overview

Integrates Terramate Cloud with AI assistants to enable natural language interaction for managing Infrastructure as Code (IaC) workflows.

Installation

Run Command
docker run --rm -it -v ~/.terramate.d:/root/.terramate.d:ro -e TERRAMATE_REGION="eu" ghcr.io/terramate-io/terramate-mcp-server:latest

Environment 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

Stats

Interest Score33
Security Score9
Cost ClassMedium
Avg Tokens2500
Stars3
Forks1
Last Update2025-12-10

Tags

IaCCloud ManagementAI IntegrationDevOpsGo