[ MCP_NODE_3853 ]

pulumi

CATEGORY:
PROTOCOL: MCP v1.0
[ DESCRIPTION ]

The Pulumi Model Context Protocol (MCP) server enables advanced Infrastructure as Code development capabilities for connected agents, providing tools for cloud resource discovery and management using Pulumi Cloud and the Pulumi CLI.

[ CONFIGURATION_JSON ]
claude_desktop_config.json
{
    "mcpServers": {
        "pulumi-en": {
            "description": "The Pulumi Model Context Protocol (MCP) server enables advanced Infrastructure as Code development capabilities for connected agents, providing tools for cloud resource discovery and management using Pulumi Cloud and the Pulumi CLI.",
            "command": "npx",
            "args": [
                "-y",
                "@pulumi/mcp-server@latest",
                "stdio"
            ]
        }
    }
}
Source: claude-code-templates (MIT). See About Us for full credits.
[ UPLINK_INFO ]
TYPE
Unknown
HOW TO INSTALL:
  1. Open your Claude Desktop config file.
  2. Copy the JSON block on the left.
  3. Paste it into the mcpServers section.
  4. Restart Claude Desktop.