trackmcp
Back to directory
dogukanakkaya

pulumi-mcp-server

View on GitHub
3 stars TypeScriptServers & Infrastructure Updated Aug 9, 2025

Documentation

Using MCP Server

To interact with the MCP Server, you'll need an MCP client. [Supported

clients](https://modelcontextprotocol.io/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:

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

Frequently asked questions

What is pulumi-mcp-server?

pulumi-mcp-server is a Model Context Protocol (MCP) server listed in the TrackMCP directory.

How do I install pulumi-mcp-server?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is pulumi-mcp-server open source?

Yes — it is hosted on GitHub at https://github.com/dogukanakkaya/pulumi-mcp-server and has 3 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP