Terraform MCP Server
Cloudstdiov0.5.0
Provides AI agents with the ability to manage Terraform infrastructure through the Model Context Protocol. Supports plan generation, state inspection, resource drift detection, and module discovery. Enables safe infrastructure changes with plan review before apply.
Bağlan
Bu yapılandırmayı şuraya ekleyin: .claude/mcp.json
{
"mcpServers": {
"terraform": {
"command": "npx",
"args": [
"-y",
"@hashicorp/terraform-mcp-server"
],
"env": {
"TF_TOKEN": "<YOUR_TF_TOKEN>"
}
}
}
}Araçlar (4)
terraform_plan
Run terraform plan in a directory and return the execution plan showing what changes will be made.
{
"type": "object",
"required": [
"working_dir"
],
"properties": {
"target": {
"type": "string",
"description": "Resource address to target for partial plans"
},
"var_file": {
"type": "string",
"description": "Path to a variables file"
},
"working_dir": {
"type": "string",
"description": "Path to the Terraform configuration directory"
}
}
}terraform_show
Show the current state or a saved plan in human-readable format.
{
"type": "object",
"required": [
"working_dir"
],
"properties": {
"plan_file": {
"type": "string",
"description": "Path to a saved plan file (optional, shows state if omitted)"
},
"working_dir": {
"type": "string",
"description": "Path to the Terraform configuration directory"
}
}
}terraform_validate
Validate Terraform configuration files for syntax and consistency errors.
{
"type": "object",
"required": [
"working_dir"
],
"properties": {
"working_dir": {
"type": "string",
"description": "Path to the Terraform configuration directory"
}
}
}search_modules
Search the Terraform Registry for modules matching a query.
{
"type": "object",
"required": [
"query"
],
"properties": {
"query": {
"type": "string",
"description": "Search query for modules"
},
"provider": {
"type": "string",
"description": "Filter by provider (aws, gcp, azure)"
}
}
}Kaynaklar
Bu sunucu herhangi bir kaynak sunmuyor.
Prompt'lar
Bu sunucu herhangi bir prompt sunmuyor.
Sunucu bilgileri
- Lisans
- MPL-2.0
- Sürüm
- 0.5.0
- Yıldızlar
- 3,150
- Son güncelleme
- 20 Mayıs 2026