cloud platforms
Mcp Server
MCP server for interacting with Pulumi using the Pulumi Automation API and Pulumi Cloud API. Enables MCP clients to perform Pulumi operations like retrieving package information, previewing changes, deploying updates, and retrieving stack outputs programmatically.
typescript
local
enterprise
cloud platforms
Installation
npx -y pulumi/mcp-serverConfiguration
Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):
{
"name": "mcp-server",
"command": "npx",
"args": [
"-y",
"pulumi/mcp-server"
]
}About This MCP Server
pulumi/mcp-server
MCP server for interacting with Pulumi using the Pulumi Automation API and Pulumi Cloud API. Enables MCP clients to perform Pulumi operations like retrieving package information, previewing changes, deploying updates, and retrieving stack outputs programmatically.
Need More Details?
View the complete documentation, examples, changelog, and more on GitHub
View Full Documentation on GitHub