MS

MCP Server for interacting with various clients.

Created 3 months ago

MCP Server for interacting with various clients.

development documentation public

What is MCP Server for interacting with various clients.?

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.

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

Server Config

{
  "mcpServers": {
    "mcp-server-for-interacting-with-various-clients.-server": {
      "command": "npx",
      "args": [
        "mcp-server-for-interacting-with-various-clients."
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: Yes
Global: No
Official: No

Project Info

Hosted Featured
Created At: Aug 08, 2025
Updated At: Aug 08, 2025
Author: dogukanakkaya
Category: MCP Server
Tags:
development documentation public