
Terraform Mcp Server By Binadox
@binadox-public
About Terraform Mcp Server By Binadox
MCP server for Terraform — automatically validates, secures, and estimates cloud costs for Terraform configurations. The Binadox solution integrates with any Model Context Protocol (MCP) client (e.g. Claude Desktop or other MCP-compatible AI assistants).
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"terraform": {
"command": "/path/to/terraform-mcp-server",
"env": {
"TERRAFORM_ANALYSIS_URL": "https://app.binadox.com/api/1/organizations/pricing/terraform/mcp",
"TERRAFORM_ANALYSIS_TOKEN": "your-token"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Terraform Mcp Server By Binadox?
Terraform Mcp Server By Binadox is an MCP server that automatically validates, secures, and estimates cloud costs for Terraform configurations. It integrates with any MCP-compatible client (e.g., Claude Desktop) to help LLMs generate safer, cost-aware infrastructure code.
How to use Terraform Mcp Server By Binadox?
Install by cloning the repository and building the Go binary. Configure your MCP client (e.g., Claude Desktop) by adding the binary path and environment variables (TERRAFORM_ANALYSIS_URL and TERRAFORM_ANALYSIS_TOKEN) to the client's config file. Once configured, the server operates automatically when you invoke Terraform-related prompts; it provides three tools: prepare_terraform, analyze_terraform, and calculate_cost.
Key features of Terraform Mcp Server By Binadox
- Validates and completes Terraform snippets for runnable configurations.
- Detects security misconfigurations like open ports and missing encryption.
- Estimates monthly cloud costs using real pricing data.
- Organizes output into logical Terraform files and modules.
- Works with any MCP-compatible client without additional CLI commands.
Use cases of Terraform Mcp Server By Binadox
- Prevent cost overruns by getting instant cost estimates before deployment.
- Detect insecure defaults (e.g., open security groups, no encryption) in generated code.
- Complete partial Terraform configurations by adding missing provider blocks and variables.
- Generate organized multi-file Terraform modules from a single prompt.
FAQ from Terraform Mcp Server By Binadox
Does the server require cloud credentials?
No. The server runs locally and does not access cloud credentials. Only cost data is sent to the Binadox API using your token.
What clouds are supported?
AWS is fully supported with cost estimation and security checks. Azure and GCP are supported for cost estimation only; security checks are on the roadmap.
What are the prerequisites?
Go 1.22+, Terraform CLI 1.6+, a Binadox API token, internet access to the Binadox pricing API, and write access to /tmp/terraform/.
How does the server handle privacy and telemetry?
No telemetry or analytics are collected. Files are saved under /tmp/terraform/ and are not sent externally.
Where can I get a Binadox API token?
You can obtain a token at binadox.com.
Frequently asked questions
Does the server require cloud credentials?
No. The server runs locally and does not access cloud credentials. Only cost data is sent to the Binadox API using your token.
What clouds are supported?
AWS is fully supported with cost estimation and security checks. Azure and GCP are supported for cost estimation only; security checks are on the roadmap.
What are the prerequisites?
Go 1.22+, Terraform CLI 1.6+, a Binadox API token, internet access to the Binadox pricing API, and write access to `/tmp/terraform/`.
How does the server handle privacy and telemetry?
No telemetry or analytics are collected. Files are saved under `/tmp/terraform/` and are not sent externally.
Where can I get a Binadox API token?
You can obtain a token at binadox.com.
Basic information
More Cloud & Infrastructure MCP servers

Kilo IoT Platform
Kilo IoTYour AI can finally reach the physical world. Kilo is an AI-first IoT platform for commercial and industrial operations, and this connector hands a live deployment to the AI client you already use. Not an export. Not a
MCP Server Kubernetes
Flux159MCP Server for kubernetes management commands
K8s MCP Server
alexei-ledK8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI syste
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
Comments