mcp-server
The Pulumi MCP Server provides an interface to interact with Pulumi CLI using the Model Context Protocol. It allows for programmatic Pulumi operations without direct CLI installation, offering integration capabilities with MCP clients and support for Docker deployment.
What is the Pulumi MCP Server?
The Pulumi MCP Server is a Model Context Protocol server that allows MCP clients to perform Pulumi operations programmatically using the Pulumi Automation API and Pulumi Cloud API.
Do I need to install the Pulumi CLI to use the MCP server?
No, the MCP server allows you to perform Pulumi operations without needing the Pulumi CLI installed directly in the client environment.
Can I run the Pulumi MCP Server in a Docker container?
Yes, you can run the Pulumi MCP Server as a Docker container, which eliminates the need to install Node.js and package dependencies on your host machine.
What communication methods does the Pulumi MCP Server support?
The server supports both stdio and HTTP with Server-Sent Events (SSE) for communication.
Is the Pulumi MCP Server stable?
The server is currently under active development, and its API is experimental, which may lead to breaking changes.