Terraform Cloud MCP Server
@severity1
关于 Terraform Cloud MCP Server
A Model Context Protocol (MCP) server that integrates AI assistants with the Terraform Cloud API, allowing you to manage your infrastructure through natural conversation
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"terraform-cloud-mcp": {
"command": "uv",
"args": [
"venv"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Terraform Cloud MCP Server?
It is an MCP server that integrates AI assistants with the Terraform Cloud API, enabling infrastructure management through natural conversation. It is built for developers and operators using MCP-compatible platforms like Claude, Cursor, and Copilot Studio.
How to use Terraform Cloud MCP Server?
Install locally via uv pip install . or build the Docker image. Set the required environment variable TFC_TOKEN with your Terraform Cloud API token; optionally configure TFC_ADDRESS, ENABLE_DELETE_TOOLS, or READ_ONLY_TOOLS. Add the server to your MCP client using the provided configuration examples.
Key features of Terraform Cloud MCP Server
- Account, workspace, project, run, plan, and apply management.
- Cost estimation and health assessment retrieval.
- State version and variable management.
- Destructive operation controls disabled by default.
- Read-only mode for maximum production safety.
- Audit-safe response filtering with token optimization.
Use cases of Terraform Cloud MCP Server
- Manage Terraform Cloud workspaces through natural conversation.
- Automate run creation, planning, and applying via AI assistants.
- Query infrastructure state and cost estimates without
云与基础设施 分类下的更多 MCP 服务器
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
aws-finops-mcp-server
ravikiranvmAn MCP (Model Context Protocol) server that brings powerful AWS FinOps capabilities directly into your AI assistant. Analyze cloud costs, audit for waste, and get budget insights using natural language, all while keeping your credentials secure on your local machine.
Terraform MCP Server
hashicorpThe Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.
评论