mcp-server-hcp-terraform
@dulltz
About mcp-server-hcp-terraform
MCP server for working with HCP Terraform
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"HCP Terraform": {
"command": "uv",
"args": [
"run",
"--with",
"mcp[cli]",
"mcp",
"run",
"path/to/mcp-server-hcp-terraform/server.py"
],
"env": {
"HCP_TERRAFORM_TOKEN": "paste_here",
"HCP_TERRAFORM_ORG": "my_org"
}
}
}
}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 mcp-server-hcp-terraform?
An MCP server that integrates with the HCP Terraform Cloud/Enterprise API, allowing AI agents to search for Terraform modules and retrieve module details. It is designed for developers using Terraform Cloud/Enterprise who want to discover and inspect modules via MCP.
How to use mcp-server-hcp-terraform?
Set the environment variables HCP_TERRAFORM_TOKEN (required), HCP_TERRAFORM_ORG (required), and optionally HCP_TERRAFORM_BASE_URL. Then run the server using uv with the mcp CLI, referencing path/to/mcp-server-hcp-terraform/server.py. The server provides two tools: hcp_terraform_search_private_modules and hcp_terraform_get_module.
Key features of mcp-server-hcp-terraform
- Search private Terraform modules in the Private Registry.
- Filter search results by provider (e.g., aws, gcp, azure).
- Limit search results to a configurable maximum.
- Retrieve detailed information about a specific module.
- Support for both private and public registry modules.
Use cases of mcp-server-hcp-terraform
- An AI assistant can help a team discover internal Terraform modules.
- Automate dependency analysis by fetching module details.
- Enable natural-language queries for Terraform module lookup.
FAQ from mcp-server-hcp-terraform
What prerequisites are needed?
Python 3.13+ is required, along with a HCP Terraform Cloud/Enterprise account and an access token.
How do I configure authentication?
Set the HCP_TERRAFORM_TOKEN environment variable to your HCP Terraform access token. Also set HCP_TERRAFORM_ORG to your organization name.
Can I use a custom Terraform Cloud/Enterprise base URL?
Yes, set the optional HCP_TERRAFORM_BASE_URL environment variable. The default is https://app.terraform.io.
What tools does the server expose?
Two tools: hcp_terraform_search_private_modules (with query, optional provider, and optional limit parameters) and hcp_terraform_get_module (with module_name, provider, optional registry_name, and optional namespace).
Is there any limit on the number of search results?
The limit parameter defaults to 10, but you can set a custom maximum.
More Cloud & Infrastructure MCP servers
Awesome DevOps MCP Servers
rohitg00A curated list of awesome MCP servers focused on DevOps tools and capabilities.
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
Kubernetes MCP Server
reza-gholizadeManage Your Kubernetes Cluster with k8s mcp-server
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
Comments