Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

pulumi-mcp-server

Integrate applications with external data and tools using a standardized protocol. Enable dynamic interactions between LLMs and various resources for enhanced workflows.

Author

pulumi-mcp-server logo

dogukanakkaya

No License

Quick Info

GitHub GitHub Stars 3
NPM Weekly Downloads 0
Tools 1
Last Updated 2026-02-19

Tags

cloudworkflowsllmscloud servicesmcp serverserver integrate

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: - Cline MCP Server configuration - VS Code MCP Server configuration

{
  "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"
  }
}

See Also

`