pulumi/mcp-server
0 Views
0 Installs
🎖️ 📇 🏠 - 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.
Quick Install
One-Click IDE Configuration
claude_desktop_config.json
{
"mcpServers": {
"pulumi-mcp-server": {
"command": "npx",
"args": [
"-y",
"pulumi-mcp-server"
]
}
}
}Or
Using an AI coding agent (Claude Code, Cursor, etc.)? Copy a ready-made prompt that tells it to fetch the setup instructions and install this server for you.
Documentation Overview
No README found or this server is not hosted on GitHub.