Stats
Actions
Tags
From terraform
Runs locally via stdio to provide MCP tools for Terraform registry and Terraform operations (plan/apply/etc.). Requires TFE_TOKEN for Terraform Cloud/Enterprise.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"terraform": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"TFE_TOKEN=${TFE_TOKEN}",
"hashicorp/terraform-mcp-server:0.4.0"
]
}
}
}Server configuration and connection parameters
dockerCommand-line arguments passed to the server process
Declared capabilities of this MCP server
npx claudepluginhub anthropics/claude-plugins-official --plugin terraform