Skip to content
Windsurf

Nutanix Prism Central for Windsurf

io.github.wyre-technology/nutanix-mcp

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

client:Windsurf transport:stdio runtime:oci

Install Nutanix Prism Central in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "nutanix-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-technology/nutanix-mcp:v1.0.0"
      ],
      "env": {
        "PORT": "<PORT>",
        "IDLE_EVICT_MS": "<IDLE_EVICT_MS>",
        "SPAWN_TIMEOUT_MS": "<SPAWN_TIMEOUT_MS>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Nutanix Prism Central in other clients