Terraform
Freemiumby Cloud Tools Co
Manage infrastructure as code with Terraform plan, apply, and state inspection.
v0.7.0Added Feb 15, 2025
terraformiacinfrastructure
Terraform MCP Server
Manage infrastructure as code with Terraform plan, apply, and state inspection.
Features
- Plan & Apply
- State Inspection
- Module Management
- Drift Detection
- Cost Estimation
Installation
{
"mcpServers": {
"terraform": {
"command": "npx",
"args": ["-y", "mcp-terraform"]
}
}
}
Reviews
Installation
Quick install
npx -y mcp-terraform
Add to claude_desktop_config.json
{
"mcpServers": {
"terraform": {
"command": "npx",
"args": ["-y", "mcp-terraform"]
}
}
}