Loading MCP server directory, please wait...
Multitenant Streamable HTTP bridge over Nutanix's official v4 API MCP server (Prism Central).
npx @getmcp/cli add io.github.wyre-technology/nutanix-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.wyre-technology/nutanix-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"PORT",
"-e",
"IDLE_EVICT_MS",
"-e",
"SPAWN_TIMEOUT_MS",
"ghcr.io/wyre-technology/nutanix-mcp:v1.0.0"
],
"env": {
"PORT": "8080",
"IDLE_EVICT_MS": "3600000",
"SPAWN_TIMEOUT_MS": "60000"
}
}
}
}