MCP.so
登录

Terraform Mcp Server By Binadox

@binadox-public

关于 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).

基本信息

分类

云与基础设施

传输方式

stdio

发布者

binadox-public

提交者

Binadox Team

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

{
  "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"
      }
    }
  }
}

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

云与基础设施 分类下的更多 MCP 服务器