Adding Terraform CLoud MCP #2038
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Adding Terraform Cloud MCP Server, to the community list. A Model Context Protocol (MCP) server that integrates AI assistants with the Terraform Cloud API, allowing you to manage your infrastructure through natural conversation
Server Details
Motivation and Context
The MCP ecosystem lacks an MCP server that strives to have full feature parity with Terraform Cloud's API. The primary motivation for this project is to enable AI-powered tools to interact seamlessly with Terraform Cloud. By leveraging the MCP, the server facilitates real-time, structured communication between AI assistants and Terraform Cloud, allowing for tasks such as workspace management, project updates, and run operations to be executed through conversational interfaces. This approach simplifies complex IaC tasks, making them more approachable for users and integrating smoothly into agentic coding workflows.
Key Features
How Has This Been Tested?
Tested all tools using actual Terraform Cloud account and organizations. You can find example conversation/prompts for each tool in this project here
Breaking Changes
No breaking changes - This is a new server addition to the community list. No existing functionality is affected.
Types of changes
Checklist
Additional context
###Repository Links
GitHub: https://github.com/severity1/terraform-cloud-mcp
Key Technical Details