2,500+ MCP servers ready to use
Vinkius

Pulumi MCP Server for Windsurf 11 tools — connect in under 2 minutes

Built by Vinkius GDPR 11 Tools IDE

Windsurf brings agentic AI coding to a purpose-built IDE. Connect Pulumi through Vinkius and Cascade will auto-discover every tool. ask questions, generate code, and act on live data without leaving your editor.

Vinkius supports streamable HTTP and SSE.

RecommendedModern Approach — Zero Configuration

Vinkius Desktop App

The modern way to manage MCP Servers — no config files, no terminal commands. Install Pulumi and 2,500+ MCP Servers from a single visual interface.

Vinkius Desktop InterfaceVinkius Desktop InterfaceVinkius Desktop InterfaceVinkius Desktop Interface
Download Free Open SourceNo signup required
Classic Setup·json
{
  "mcpServers": {
    "pulumi": {
      "url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
    }
  }
}
Pulumi
Fully ManagedVinkius Servers
60%Token savings
High SecurityEnterprise-grade
IAMAccess control
EU AI ActCompliant
DLPData protection
V8 IsolateSandboxed
Ed25519Audit chain
<40msKill switch
Stream every event to Splunk, Datadog, or your own webhook in real-time

* Every MCP server runs on Vinkius-managed infrastructure inside AWS - a purpose-built runtime with per-request V8 isolates, Ed25519 signed audit chains, and sub-40ms cold starts optimized for native MCP execution. See our infrastructure

About Pulumi MCP Server

Connect your Pulumi account to any AI agent and take full control of your infrastructure-as-code through natural conversation.

Windsurf's Cascade agent chains multiple Pulumi tool calls autonomously. query data, analyze results, and generate code in a single agentic session. Paste Vinkius Edge URL, reload, and all 11 tools are immediately available. Real-time tool feedback appears inline, so you see API responses directly in your editor.

What you can do

  • Organization Discovery — List organizations and retrieve their details, team settings and member info
  • Stack Management — List, create and delete stacks (infrastructure environments) across all your projects
  • Deployment Tracking — Monitor stack update history with status (succeeded, failed, in-progress), resource changes and error logs
  • Output Inspection — View exported output values from the latest deployment (URLs, IPs, resource IDs)
  • Tag Management — List and set custom tags on stacks for organization and filtering (environment, team, cost-center)

The Pulumi MCP Server exposes 11 tools through the Vinkius. Connect it to Windsurf in under two minutes — no API keys to rotate, no infrastructure to provision, no vendor lock-in. Your configuration, your data, your control.

How to Connect Pulumi to Windsurf via MCP

Follow these steps to integrate the Pulumi MCP Server with Windsurf.

01

Open MCP Settings

Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"

02

Add the server

Paste the JSON configuration above into mcp_config.json

03

Save and reload

Windsurf will detect the new server automatically

04

Start using Pulumi

Open Cascade and ask: "Using Pulumi, help me...". 11 tools available

Why Use Windsurf with the Pulumi MCP Server

Windsurf provides unique advantages when paired with Pulumi through the Model Context Protocol.

01

Windsurf's Cascade agent autonomously chains multiple tool calls in sequence, solving complex multi-step tasks without manual intervention

02

Purpose-built for agentic workflows. Cascade understands context across your entire codebase and integrates MCP tools natively

03

JSON-based configuration means zero code changes: paste a URL, reload, and all 11 tools are immediately available

04

Real-time tool feedback is displayed inline, so you see API responses directly in your editor without switching contexts

Pulumi + Windsurf Use Cases

Practical scenarios where Windsurf combined with the Pulumi MCP Server delivers measurable value.

01

Automated code generation: ask Cascade to fetch data from Pulumi and generate models, types, or handlers based on real API responses

02

Live debugging: query Pulumi tools mid-session to inspect production data while debugging without leaving the editor

03

Documentation generation: pull schema information from Pulumi and have Cascade generate comprehensive API docs automatically

04

Rapid prototyping: combine Pulumi data with Cascade's code generation to scaffold entire features in minutes

Pulumi MCP Tools for Windsurf (11)

These 11 tools become available when you connect Pulumi to Windsurf via MCP:

01

create_stack

A stack is an isolated, independently configurable instance of your Pulumi program. Requires the org name, project name and stack name (e.g. "staging", "prod"). Returns the created stack with its URL. Create a new Pulumi stack

02

delete_stack

The stack must be empty (no resources) or force deletion must be enabled. Provide the org name, project name and stack name. WARNING: this action is irreversible. Delete a Pulumi stack

03

get_current_user

Returns the user's GitHub login, avatar URL, email and name. Use this to verify your access token is working correctly and to see which identity the API calls will appear as. Get the currently authenticated Pulumi user

04

get_deployment

Provide the org name, project name, stack name and deployment version number. Get details for a specific Pulumi deployment

05

get_organization

Provide the organization name (slug). Get details for a specific Pulumi organization

06

get_stack

Provide the org name, project name and stack name. Get details for a specific Pulumi stack

07

get_stack_outputs

Outputs are values your Pulumi program exports, such as URLs, IP addresses, resource IDs and connection strings. Useful for discovering endpoint addresses and configuration values after infrastructure deployment. Get the exported output values from a Pulumi stack

08

list_deployments

Each deployment shows its version number, status (succeeded, failed, in-progress), start/end time, resource changes (created, updated, deleted) and the user who triggered it. Use this to audit infrastructure changes and track deployment success/failure patterns. List deployment history for a Pulumi stack

09

list_stack_tags

Tags are key-value metadata labels used for organizing, filtering and managing stacks (e.g. environment=prod, team=platform, cost-center=engineering). List tags on a Pulumi stack

10

list_stacks

Each stack represents an isolated, independently configurable instance of your infrastructure (e.g. dev, staging, prod). Returns stack name, project name, last update info, resource count and whether updates are in progress. List all stacks in a Pulumi organization

11

set_stack_tag

Tags are used for organizing, filtering and managing stacks (e.g. key="environment", value="prod", key="team", value="platform"). Provide the org name, project name, stack name, tag name and tag value. Set a tag on a Pulumi stack

Example Prompts for Pulumi in Windsurf

Ready-to-use prompts you can give your Windsurf agent to start working with Pulumi immediately.

01

"Show me all stacks in my organization."

02

"What was the result of the latest deployment to my-infra/prod?"

03

"Show me the exported outputs from the prod stack."

Troubleshooting Pulumi MCP Server with Windsurf

Common issues when connecting Pulumi to Windsurf through the Vinkius, and how to resolve them.

01

Server not connecting

Check Settings → MCP for the server status. Try toggling it off and on.

Pulumi + Windsurf FAQ

Common questions about integrating Pulumi MCP Server with Windsurf.

01

How does Windsurf discover MCP tools?

Windsurf reads the mcp_config.json file on startup and connects to each configured server via Streamable HTTP. Tools are listed in the MCP panel and available to Cascade automatically.
02

Can Cascade chain multiple MCP tool calls?

Yes. Cascade is an agentic system. it can plan and execute multi-step workflows, calling several tools in sequence to accomplish complex tasks without manual prompting between steps.
03

Does Windsurf support multiple MCP servers?

Yes. Add as many servers as needed in mcp_config.json. Each server's tools appear in the MCP panel and Cascade can use tools from different servers in a single flow.

Connect Pulumi to Windsurf

Get your token, paste the configuration, and start using 11 tools in under 2 minutes. No API key management needed.