MCP Server to Interact with Pulumi API, creates and lists Stacks
Documentation
Supported clients include Claude Desktop, VSCode, and Cline, among others. Below is a sample configuration you can add to your client: - Cline MCP Server configuration - VS Code MCP Server configurationjson { "pulumi-mcp-server": { "command": "docker", "args": [ "run", "-i", "--rm", "--name", "pulumi-mcp-server", "-e", "PULUMI_ACCESS_TOKEN", "dogukanakkaya/pulumi-mcp-server" ], "env": { "PULUMI_ACCESS_TOKEN": "${YOUR_TOKEN}" }, "transportType": "stdio" } }