plugins marketplace
← All plugins

terraform

The Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.

Claude Code1 MCP serverstdio

by HashiCorp33.3kupdated 40 minutes ago

Source

git clone https://github.com/anthropics/claude-plugins-official

Clone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is external_plugins/terraform/ inside the repository.

Layout

external_plugins/terraform/
├── .claude-plugin/plugin.json
└── .mcp.json

MCP servers1

terraformstdio
command
docker
args
run -i --rm -e TFE_TOKEN=${TFE_TOKEN} hashicorp/terraform-mcp-server:0.4.0

Manifests1

external_plugins/terraform/.claude-plugin/plugin.json
{
  "name": "terraform",
  "description": "The Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.",
  "author": {
    "name": "HashiCorp"
  }
}