Loading MCP server directory, please wait...
Generate more accurate Terraform and automate workflows for HCP Terraform and Terraform Enterprise
npx @getmcp/cli add io.github.hashicorp/terraform-mcp-serverRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.hashicorp/terraform-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"TFE_ADDRESS",
"-e",
"TFE_TOKEN",
"-e",
"ENABLE_TF_OPERATIONS",
"docker.io/hashicorp/terraform-mcp-server:0.5.0"
],
"env": {
"TFE_ADDRESS": "",
"TFE_TOKEN": "",
"ENABLE_TF_OPERATIONS": ""
}
}
}
}