pulumi-mcp.md

Pulumi MCP

from"pulumi"
980

Pulumi infrastructure-as-code automation server

Cloud Platforms
PulumiIaCinfrastructureautomation
install.sh
# Clone the repository
$git clone https://github.com/pulumi/mcp-server
# Install dependencies
$npm install
# Build and serve
$npm run build && npm run serve