Skip to main content
Glama
525,485 tools. Updated 2026-09-06 21:34

"Pulumi" matching MCP tools:

Matching MCP Servers

  • Deploy and update cloud infrastructure with Pulumi by providing the working directory and, optionally, the stack name.
    Apache 2.0
  • Detect infrastructure drift by comparing Terraform/Pulumi/CloudFormation state to live cloud, then get a ranked diff, blast-radius estimate, and safe plan review.
    MIT
  • Generate Terraform (HCL) for EXISTING Control Plane resources from a self link. Single resource (`/org/acme/gvc/prod/workload/api`) or bulk by path depth — `/org/acme` exports the whole org, `/org/acme/gvc/prod/workload` exports every workload in a GVC. Set `generateImports` to get ready-to-run `terraform import` commands for adopting the resources into Terraform state, and `includeDependencies` to pull in referenced resources. Secrets are never exported — a ref that targets secrets is refused, and an export that would pull secrets in is refused wholesale. An unsupported kind is rejected with the supported list (list_terraform_kinds, full profile, enumerates them up front). For an in-memory manifest, use convert_to_terraform. Recommended reading: get_cpln_skill("iac-terraform-pulumi").
    ConnectorOAuth