Terraform Cloud MCP Server
@severity1
About 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
Basic information
Category
Cloud & Infrastructure
License
MIT
Runtime
python
Transports
stdio
Publisher
severity1
Submitted by
John Reilly Pospos
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"terraform-cloud-mcp": {
"command": "uv",
"args": [
"venv"
]
}
}
}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 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
More Cloud & Infrastructure MCP servers
Mcp K8s Go
strowkMCP server connecting to Kubernetes
Supabase MCP Server
coleam00Supabase MCP server created in Python.
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
AWS Model Context Protocol (MCP) Server
alexei-ledA lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.
Comments