Home › Cloud & Monitoring › Terraform
Terraform
Generate more accurate Terraform and automate workflows for HCP Terraform and Terraform Enterprise
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
mcp
AWS MCP servers for seamless integration with AWS services and resources.
mcp-server-cloudflare
Cloudflare MCP servers
kubefwd
Kubernetes port forwarding for local development with automatic /etc/hosts entries.
kubernetes-mcp-server
A Model Context Protocol (MCP) server for Kubernetes and OpenShift
mcp-server-kubernetes
/🏠 - Typescript implementation of Kubernetes cluster operations for pods, deployments, services.
CloudBase
CloudBase MCP: DB, functions, storage, hosting via @cloudbase/cloudbase-mcp
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry