HCP Terraform MCP Server
@BBBmau
关于 HCP Terraform MCP Server
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is HCP Terraform MCP Server?
HCP Terraform MCP Server is an MCP server that integrates with HCP Terraform (TFE) to manage Terraform resources via the Model Context Protocol. It is intended for developers using MCP-compatible clients to interact with HCP Terraform.
How to use HCP Terraform MCP Server?
Build the binary from source using go build in the cmd/hcp-terraform-mcp-server directory. Set the HCP_TFE_TOKEN environment variable to your HCP Terraform token. Configure your MCP client to use the built executable as the command with the stdio argument, as shown in the example JSON.
Key features of HCP Terraform MCP Server
- Provides an MCP server for HCP Terraform (TFE)
- Uses stdio transport with the
stdiosubcommand - Requires
HCP_TFE_TOKENenvironment variable for authentication
Use cases of HCP Terraform MCP Server
—
FAQ from HCP Terraform MCP Server
How do I build the HCP Terraform MCP Server?
Run go build in the cmd/hcp-terraform-mcp-server directory, optionally using the -o flag to specify the output location.
What environment variable is required?
You must set the HCP_TFE_TOKEN environment variable to your HCP Terraform API token.
How do I configure the server for MCP?
In your MCP client configuration, set the command to the path of the built binary, args to ["stdio"], and provide the HCP_TFE_TOKEN in the env block.
What transport does the server use?
The server uses stdio transport, specified by the stdio subcommand.
Can I run the server without Docker?
Yes, the server can be built from source using Go and run directly; Docker is not required.
云与基础设施 分类下的更多 MCP 服务器
MCP Server that interacts with Azure AI Foundry (experimental)
azure-ai-foundryA MCP Server for Azure AI Foundry: it's now moved to cloud, check the new Foundry MCP Server
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
MCP Server Kubernetes
Flux159MCP Server for kubernetes management commands
container-use
daggerDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
🐋 Docker MCP server
ckreilingMCP server for Docker
评论