📦
Pulumi
MCP Server to Interact with Pulumi API, creates and lists Stacks
0 installs
3 stars
3 forks
Trust: 37 — Low
Devtools
Installation
npx pulumi-mcp-serverAsk AI about Pulumi
Powered by Claude · Grounded in docs
I know everything about Pulumi. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
Using MCP Server
To interact with the MCP Server, you'll need an MCP client. Supported clients include Claude Desktop, VSCode, and Cline, among others. The configuration process is similar across all of them.
Below is a sample configuration you can add to your client:
{
"pulumi-mcp-server": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"--name",
"pulumi-mcp-server",
"-e",
"PULUMI_ACCESS_TOKEN",
"dogukanakkaya/pulumi-mcp-server"
],
"env": {
"PULUMI_ACCESS_TOKEN": "${YOUR_TOKEN}"
},
"transportType": "stdio"
}
}
