[ MCP_NODE_3865 ]

terraform

CATEGORY:
PROTOCOL: MCP v1.0
[ DESCRIPTION ]

The Terraform MCP Server is a Model Context Protocol (MCP) server that provides seamless integration with Terraform Registry APIs, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.

[ CONFIGURATION_JSON ]
claude_desktop_config.json
{
    "mcpServers": {
        "terraform-en": {
            "description": "The Terraform MCP Server is a Model Context Protocol (MCP) server that provides seamless integration with Terraform Registry APIs, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.",
            "command": "docker",
            "args": [
                "run",
                "-i",
                "--rm",
                "hashicorp/terraform-mcp-server:0.2.3"
            ]
        }
    }
}
Source: claude-code-templates (MIT). See About Us for full credits.
[ UPLINK_INFO ]
TYPE
Unknown
HOW TO INSTALL:
  1. Open your Claude Desktop config file.
  2. Copy the JSON block on the left.
  3. Paste it into the mcpServers section.
  4. Restart Claude Desktop.