Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
From terraform
Provides Terraform Cloud/Enterprise access via TFE_TOKEN for IaC management, deployments, plans, and state. Runs locally as Docker subprocess.
npx claudepluginhub anthropics/claude-plugins-official --plugin terraformCopy 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
Share bugs, ideas, or general feedback.