terragrunt

GitHub

Terragrunt is a flexible orchestration tool that allows Infrastructure as Code written in OpenTofu/Terraform to scale.

RAW Config

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "terragrunt": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-terragrunt"
      ]
    }
  }
}