HomeCloud & Monitoring › Terraform

Terraform

Generate more accurate Terraform and automate workflows for HCP Terraform and Terraform Enterprise

Official Go Cloud
★ 1,532 stars Last pushed 2026-09-23 License: MPL-2.0

Topics: Cloud Platforms

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Package (oci)

docker run -i --rm docker.io/hashicorp/terraform-mcp-server:1.0.0

Or add to your MCP client config:

{
  "mcpServers": {
    "terraform-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "docker.io/hashicorp/terraform-mcp-server:1.0.0"
      ]
    }
  }
}

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry