Nutanix Prism Central for Gemini CLI
io.github.wyre-technology/nutanix-mcp
Multitenant Streamable HTTP bridge over Nutanix's official v4 API MCP server (Prism Central).
client:Gemini CLI
transport:stdio
runtime:oci
Install Nutanix Prism Central in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"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>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs