terraform-mcp-server

terraform-mcp-server

459

The Terraform MCP Server facilitates seamless integration with Terraform's APIs, providing enhanced automation and insight for Infrastructure as Code (IaC) workflows. It supports automated discovery, data extraction, and detailed insights into Terraform plugins and modules.

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