Skip to content
Zed

Nutanix Prism Central for Zed

io.github.wyre-technology/nutanix-mcp

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

client:Zed transport:stdio runtime:oci

Install Nutanix Prism Central in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "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>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Nutanix Prism Central in other clients