# gruntwork-io/terragrunt | Model Context Protocol (MCP) Server > Terragrunt is a flexible orchestration tool that allows Infrastructure as Code written in OpenTofu/Terraform to scale. - **Stars**: ⭐ 9,565 - **Language**: Go - **Native MCP Manifest**: Standard NPX Transport ## 🔌 Claude Desktop Configuration (`claude_desktop_config.json`) ```json { "mcpServers": { "terragrunt": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-terragrunt" ] } } } ``` ## ⚡ Cursor MCP Configuration (`.cursor/mcp.json`) ```json { "mcpServers": { "terragrunt": { "command": "npx", "args": [ "-y", "@modelcontextprotocol/server-terragrunt" ] } } } ``` ## 🚀 Launch Commands - **NPX**: `npx -y @modelcontextprotocol/server-terragrunt` - **Docker**: `docker run -i --rm mcp/terragrunt`