Terraform
OfficialFeatured
🏗️ Infrastructure
The official HashiCorp Terraform MCP server provides real-time access to Terraform Registry documentation, modules, providers, and policies. Integrates with HCP Terraform and Terraform Enterprise for Infrastructure as Code workflows.
Tags
Tools (29)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"terraform": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"hashicorp/terraform-mcp-server"
],
"env": {
"TFE_TOKEN": "your-tfe-token-here",
"TFE_ADDRESS": "your-tfe-address-here"
}
}
}
}