Pulumi MCP Server
Allows performing Pulumi operations such as previewing changes, deploying updates, retrieving stack outputs, and querying package resources using the Pulumi Automation API and Cloud API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Pulumi MCP Serverpreview my Pulumi stack"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Pulumi MCP Server
Note: This MCP server is currently under active development. Its API (including available commands and their arguments) is experimental and may introduce breaking changes without notice. Please file an issue on GitHub if you encounter bugs or need support for additional Pulumi commands.
A server implementing the Model Context Protocol (MCP) for interacting with Pulumi CLI using the Pulumi Automation API and Pulumi Cloud API.
This package allows MCP clients to perform Pulumi operations like retrieving package information, previewing changes, deploying updates, and retrieving stack outputs programmatically without needing the Pulumi CLI installed directly in the client environment.
Usage
The Pulumi CLI has to be installed on you machine.
This package is primarily intended to be integrated into applications that can use MCP servers as AI tools. For example, here is how you can include Pulumi MCP Server in Claude desktop's MCP configuration file:
{
"mcpServers": {
"pulumi": {
"command": "npx",
"args": ["@pulumi/mcp-server"]
}
}
}Related MCP server: AWS MCP Server
Available Commands
The server exposes handlers for the following Pulumi operations, callable via MCP requests:
preview: Runspulumi previewon a specified stack.workDir(string, required): The working directory containing thePulumi.yamlproject file.stackName(string, optional): The stack name to operate on (defaults to 'dev').
up: Runspulumi upto deploy changes for a specified stack.workDir(string, required): The working directory containing thePulumi.yamlproject file.stackName(string, optional): The stack name to operate on (defaults to 'dev').
stack-output: Retrieves outputs from a specified stack after a successful deployment.workDir(string, required): The working directory containing thePulumi.yamlproject file.stackName(string, optional): The stack name to retrieve outputs from (defaults to 'dev').outputName(string, optional): The specific stack output name to retrieve. If omitted, all outputs for the stack are returned.
getResource: Returns information about a specific Pulumi Registry resource, including its inputs and outputs.provider(string, required): The cloud provider (e.g., 'aws', 'azure', 'gcp', 'random') orgithub.com/org/repofor Git-hosted components.module(string, optional): The module to query (e.g., 's3', 'ec2', 'lambda').resource(string, required): The resource type name (e.g., 'Bucket', 'Function', 'Instance').
listResources: Lists available resources within a Pulumi provider package, optionally filtered by module.provider(string, required): The cloud provider (e.g., 'aws', 'azure', 'gcp', 'random') orgithub.com/org/repofor Git-hosted components.module(string, optional): The module to filter by (e.g., 's3', 'ec2', 'lambda').
Development
Clone the repository.
Install dependencies:
npm installBuild the project:
npm run build
License
This project is licensed under the Apache-2.0 License. See the LICENSE file for details.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/VenelinMartinov/mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server