PluginBench
MCP Server
Active
Apache-2.0

Nutanix Prism Central MCP Server

io.github.wyre-technology/nutanix-mcp

What is the Nutanix Prism Central MCP server?

Multitenant Streamable HTTP bridge over Nutanix's official v4 API MCP server (Prism Central).

How to install Nutanix Prism Central

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • PORT

    Public listen port for the bridge (POST /mcp, GET /health)

  • IDLE_EVICT_MS

    Idle tenant timeout before an upstream child is evicted (ms)

  • SPAWN_TIMEOUT_MS

    How long to wait for a spawned child to answer the MCP handshake (ms)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "nutanix-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/nutanix-mcp:v1.0.0"
      ],
      "env": {
        "PORT": "<YOUR_PORT>",
        "IDLE_EVICT_MS": "<YOUR_IDLE_EVICT_MS>",
        "SPAWN_TIMEOUT_MS": "<YOUR_SPAWN_TIMEOUT_MS>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "nutanix-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/nutanix-mcp:v1.0.0"
      ],
      "env": {
        "PORT": "<YOUR_PORT>",
        "IDLE_EVICT_MS": "<YOUR_IDLE_EVICT_MS>",
        "SPAWN_TIMEOUT_MS": "<YOUR_SPAWN_TIMEOUT_MS>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "nutanix-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/nutanix-mcp:v1.0.0"
      ],
      "env": {
        "PORT": "<YOUR_PORT>",
        "IDLE_EVICT_MS": "<YOUR_IDLE_EVICT_MS>",
        "SPAWN_TIMEOUT_MS": "<YOUR_SPAWN_TIMEOUT_MS>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "nutanix-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/nutanix-mcp:v1.0.0"
      ],
      "env": {
        "PORT": "<YOUR_PORT>",
        "IDLE_EVICT_MS": "<YOUR_IDLE_EVICT_MS>",
        "SPAWN_TIMEOUT_MS": "<YOUR_SPAWN_TIMEOUT_MS>"
      }
    }
  }
}
Claude Code
claude mcp add nutanix-mcp --env PORT=<YOUR_PORT> --env IDLE_EVICT_MS=<YOUR_IDLE_EVICT_MS> --env SPAWN_TIMEOUT_MS=<YOUR_SPAWN_TIMEOUT_MS> -- docker run -i --rm ghcr.io/wyre-technology/nutanix-mcp:v1.0.0

Related MCP servers

Autotask

Active

MCP server for Kaseya Autotask PSA — companies, tickets, projects, time entries, and more.

48
TypeScript
Apache-2.0
View repository →

NinjaOne

Active

MCP server for NinjaOne RMM — devices, organizations, alerts, and tickets.

22
TypeScript
Apache-2.0
View repository →

MCP server for ConnectWise Manage PSA — companies, tickets, projects, time entries, and more.

19
TypeScript
Apache-2.0
View repository →

IT Glue

Active

MCP server for IT Glue — organizations, configurations, passwords, flexible assets, and documents.

17
TypeScript
Apache-2.0
View repository →

CIPP

Active

MCP server for CIPP — M365 multi-tenant management for MSPs (users, tenants, policies).

10
TypeScript
View repository →

Datto RMM

Active

MCP server for Datto RMM — devices, alerts, sites, jobs, and audit data.

3
TypeScript
Apache-2.0
View repository →