MCP Servers / cloud-service / Terraform Cloud

Terraform Cloud

JSON →
none23cloud-service

Manage Terraform Cloud infrastructure using natural language via its API.

Install
How to run this server
[ { "cmd": "pip install .", "imports": [] } ]
server path: terraform-cloud
Tools
What this server exposes
list_workspaces
List all workspaces in a Terraform Cloud organization
get_workspace
Get details of a specific workspace
create_workspace
Create a new workspace in Terraform Cloud
delete_workspace
Delete a workspace from Terraform Cloud
list_runs
List runs for a workspace
get_run
Get details of a specific run
create_run
Create a new run in a workspace
apply_run
Apply a run to execute planned changes
discard_run
Discard a run to cancel planned changes
list_state_versions
List state versions for a workspace
get_state_version
Get details of a specific state version
download_state_version
Download the state file for a specific state version
list_variables
List variables for a workspace
create_variable
Create a new variable in a workspace
update_variable
Update an existing variable in a workspace
delete_variable
Delete a variable from a workspace
list_organization_tags
List all tags in an organization
add_workspace_tags
Add tags to a workspace
remove_workspace_tags
Remove tags from a workspace
Configuration
Environment & auth
authnone
envYOUR_TF_TOKEN
Resources
Terraform Cloud — MCP Server · libregistry