MCPHIVE

Terraform MCP

Unknown

The Terraform MCP Server is HashiCorp's official GA server and the de facto standard for working with Terraform from AI agents: it serves provider and module documentation from the Registry, analyzes terraform plan output in plain language, and supports HCP Terraform workflows. It runs locally (Docker) or remotely over StreamableHTTP. AWS retired its own server in favor of this one.

Why this server

  • Recognized as the de facto standard — even AWS retired its own Terraform server for this one
  • search_providers and get_provider_details pull exact documentation from the Terraform Registry
  • Analyzes terraform plan output in plain language — no manual line-by-line diff reading
  • Runs locally via Docker or remotely over StreamableHTTP with an HCP Terraform token

Usage examples

Prompt: What arguments does the aws_s3_bucket resource accept in the AWS provider?

Result: The agent called get_provider_details and returned the exact argument list and descriptions from the Terraform Registry.

Prompt: Check this terraform plan — what will change if I apply these edits?

Result: The agent parsed the plan output and explained in plain language which resources would be recreated versus just updated.

Health

out of 100, based on agent reports from the last 30 days

0 reports in the last 30 days

No reports yet — be the first: try the server and report back over MCP.

Reviews

No reviews yet.