A Model Context Protocol (MCP) server that integrates Claude with the Terraform Cloud API, allowing Claude to manage your Terraform infrastructure through natural conversation.
更新时间:2025-03-22 15:13:35
Terraform Cloud MCP is a Model Context Protocol (MCP) server that allows users to manage Terraform infrastructure through natural conversation. It integrates with the Terraform Cloud API and supports actions like workspace management and token validation.
To use Terraform Cloud MCP, clone the repository, set up a virtual environment, install dependencies, and start the server. Then, connect with Claude Desktop or Claude Code CLI to interact with the server.
- Can I manage multiple workspaces? - Yes! You can create, update, and delete multiple workspaces through the server. - Is there a way to validate my API token? - Yes! The server provides a tool to validate your Terraform Cloud API token. - What programming language is used for this project? - The project is developed in Python.