Terragrunt Gcp Tool MCP Server

MCP server for Terragrunt GCP infrastructure management with experimental features support

Local serverstdioPython

What is the Terragrunt Gcp Tool MCP MCP server?

Connect Terragrunt Gcp Tool MCP to Claude, Cursor or any other MCP client and it stops being a tab you switch to. MCP server for Terragrunt GCP infrastructure management with experimental features support. The terragrunt gcp tool mcp mcp server is what makes that connection.

What the server does

A Model Context Protocol (MCP) server tool for managing Google Cloud Platform infrastructure using Terragrunt. This tool provides intelligent automation and management capabilities for the terragrunt-gcp-org-automation codebase with support for Terragrunt Experimental Features.

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • list_stacks — List all Terragrunt stacks using experimental features
  • get_stack_details — Get detailed information about a specific stack including units and execution order
  • execute_stack_command — Execute commands on stacks with parallel execution and dependency management
  • get_stack_outputs — Get aggregated outputs from stack-level operations
  • get_enhanced_infrastructure_status — Get comprehensive status including both traditional resources and stacks

Credentials and setup notes

Configuration is passed through the environment: GOOGLE_APPLICATION_CREDENTIALS. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.

Installation

Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client. The configuration blocks on this page cover the common clients.

Where it fits

This sits in the cloud and infrastructure group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Terragrunt Gcp Tool MCP's toolset — list_stacks, get_stack_details, execute_stack_command and 2 more — is a fair guide to whether it matches your workflow. It is maintained by spolspol; worth a glance at recent repository activity before you build anything load-bearing on it.

This entry was verified against Terragrunt Gcp Tool MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
list_stacksList all Terragrunt stacks using experimental features
get_stack_detailsGet detailed information about a specific stack including units and execution order
execute_stack_commandExecute commands on stacks with parallel execution and dependency management
get_stack_outputsGet aggregated outputs from stack-level operations
get_enhanced_infrastructure_statusGet comprehensive status including both traditional resources and stacks

How to install the Terragrunt Gcp Tool MCP MCP server

{
  "mcpServers": {
    "terragrunt-gcp-autodevops": {
      "command": "python3",
      "args": [
        "/Users/spol/Desktop/GIT/INTI/terragrunt-gcp-tool-mcp/run_server.py",
        "/Users/spol/Desktop/GIT/INTI/terragrunt-gcp-tool-mcp/config/config.yaml"
      ],
      "env": {
        "GOOGLE_APPLICATION_CREDENTIALS": "/path/to/your/gcp-credentials.json"
      }
    }
  },
  "global": {
    "systemPrompt": "You are an AutoDevOps Infrastructure Assistant with expert knowledge in cloud infrastructure management. You have access to the Terragrunt GCP MCP Tool with comprehensive capabilities for managing Google Cloud Platform infrastructure. ROLE: Help users manage, monitor, and maintain cloud infrastructure efficiently and safely. Always start with visualization using draw_resource_tree or visualize_infrastructure, validate before deployment with validate_resource_config, and follow GitOps best practices."
  }
}

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
GOOGLE_APPLICATION_CREDENTIALSConfiguration value read at startup.Optional

Example prompts to try

  • Use Terragrunt Gcp Tool MCP to list stacks.
  • Use Terragrunt Gcp Tool MCP to get stack details.
  • Use Terragrunt Gcp Tool MCP to execute stack command.

Frequently asked questions

It connects Terragrunt Gcp Tool MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 5 tools (list_stacks, get_stack_details, execute_stack_command, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Terragrunt Gcp Tool MCP directly.