← Back to Plugins
MCP Server MCP

Nutanix Prism Central

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

oci:ghcr.io/wyre-technology/nutanix-mcp:v1.0.0

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "oci",
      "identifier": "ghcr.io/wyre-technology/nutanix-mcp:v1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Public listen port for the bridge (POST /mcp, GET /health)",
          "format": "string",
          "default": "8080",
          "name": "PORT"
        },
        {
          "description": "Idle tenant timeout before an upstream child is evicted (ms)",
          "format": "string",
          "default": "3600000",
          "name": "IDLE_EVICT_MS"
        },
        {
          "description": "How long to wait for a spawned child to answer the MCP handshake (ms)",
          "format": "string",
          "default": "60000",
          "name": "SPAWN_TIMEOUT_MS"
        }
      ]
    }
  ]
}
mcp model-context-protocol oci

Comments

Sign in to leave a comment

Loading comments...