terraform-tools-mcp-server

iqnupe/terraform-tools-mcp-server
★ 0 stars TypeScript AI/LLM Updated 1d ago
Model Context Protocol server with tools to automate Terraform and Terragrunt configuration.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "terraform-tools-mcp-": {
      "command": "npx",
      "args": [
        "-y",
        "iqnupe/terraform-tools-mcp-server"
      ]
    }
  }
}

README Excerpt

An HTTP MCP server that exposes Terraform/Terragrunt tooling as Claude Code tools, eliminating the need for Python scripts in the repository. Generates a valid `variables.tf` HCL file for a Terraform module by inferring types from `*.auto.tfvars.json` input files. Claude Code workflow: 1. Find all `<unit>.auto.tfvars.json` files across terragrunt environment directories

Tools (3)

PORTTRANSPORTterraform_generate_variables

Topics

mcp