Skip to main content
Feedback

Pulumi MCP connector

Pulumi Cloud is a platform for managing infrastructure as code through stacks, deployments, and programmatic configurations. The Pulumi MCP connector allows AI agents to create and manage stacks, trigger deployments, and track stack updates across cloud infrastructure environments. It also supports retrieving audit logs, managing environments, and monitoring deployment history for infrastructure operations.

Authentication type

  • API Key - Requires a static API key to be configured before the agent can connect to the service.

Uses

Use the Pulumi MCP connector to perform the following actions:

  • Deploy infrastructure changes automatically across multiple cloud environments
  • Preview infrastructure modifications before executing production updates
  • Track deployment history and audit logs for compliance and troubleshooting
  • Destroy and recreate cloud stacks for testing and development cycles
  • Manage multiple infrastructure stacks from a single workflow orchestration point
  • Automate infrastructure refreshes to detect and reconcile drift in real time
  • Provision new environments programmatically without manual cloud console access

Example prompts

Use the following example prompts to invoke Pulumi MCP connector tools from your AI assistant or Boomi Connect workflow:

  • Deploy the latest infrastructure update to our production stack in Pulumi.
  • Show me all recent deployments and their status in Pulumi.
  • Create a new development environment in Pulumi for our team.
  • List all the stacks we have configured in Pulumi.
  • Preview what changes will happen if we deploy to the staging stack.
  • Delete the test infrastructure stack from Pulumi.
  • Give me the audit trail of all infrastructure changes made this month.
  • Refresh our cloud resources to check for any unexpected changes.
  • Set up a new stack for our database infrastructure in Pulumi.
  • Who deployed the last update and when did it happen in Pulumi.

Pulumi MCP connector tools

The Pulumi MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.

ToolDescription
pulumi_pulumitriggerdeployment_invokeInitiates a new deployment for a specified stack.
listStacksRetrieves all stacks in the current organization or project.
createStackCreates a new stack for infrastructure management.
getStackRetrieves details about a specific stack.
deleteStackRemoves a stack from the organization.
createDeploymentCreates a new deployment to update infrastructure.
listStackUpdatesRetrieves all updates and changes made to a stack.
listAuditLogsRetrieves records of actions taken within the organization.
createEnvironmentCreates a new environment for managing resources.
getUserRetrieves information about the currently authenticated user.
On this Page