Nutanix Prism Central MCP Server
io.github.wyre-technology/nutanix-mcp
What is the Nutanix Prism Central MCP server?
Multitenant Streamable HTTP bridge over Nutanix's official v4 API MCP server (Prism Central).
How to install Nutanix Prism Central
Copy-paste configuration for popular MCP clients.
PORTPublic listen port for the bridge (POST /mcp, GET /health)
IDLE_EVICT_MSIdle tenant timeout before an upstream child is evicted (ms)
SPAWN_TIMEOUT_MSHow long to wait for a spawned child to answer the MCP handshake (ms)
{
"mcpServers": {
"nutanix-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/nutanix-mcp:v1.0.0"
],
"env": {
"PORT": "<YOUR_PORT>",
"IDLE_EVICT_MS": "<YOUR_IDLE_EVICT_MS>",
"SPAWN_TIMEOUT_MS": "<YOUR_SPAWN_TIMEOUT_MS>"
}
}
}
}{
"mcpServers": {
"nutanix-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/nutanix-mcp:v1.0.0"
],
"env": {
"PORT": "<YOUR_PORT>",
"IDLE_EVICT_MS": "<YOUR_IDLE_EVICT_MS>",
"SPAWN_TIMEOUT_MS": "<YOUR_SPAWN_TIMEOUT_MS>"
}
}
}
}{
"mcpServers": {
"nutanix-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/nutanix-mcp:v1.0.0"
],
"env": {
"PORT": "<YOUR_PORT>",
"IDLE_EVICT_MS": "<YOUR_IDLE_EVICT_MS>",
"SPAWN_TIMEOUT_MS": "<YOUR_SPAWN_TIMEOUT_MS>"
}
}
}
}{
"servers": {
"nutanix-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-technology/nutanix-mcp:v1.0.0"
],
"env": {
"PORT": "<YOUR_PORT>",
"IDLE_EVICT_MS": "<YOUR_IDLE_EVICT_MS>",
"SPAWN_TIMEOUT_MS": "<YOUR_SPAWN_TIMEOUT_MS>"
}
}
}
}claude mcp add nutanix-mcp --env PORT=<YOUR_PORT> --env IDLE_EVICT_MS=<YOUR_IDLE_EVICT_MS> --env SPAWN_TIMEOUT_MS=<YOUR_SPAWN_TIMEOUT_MS> -- docker run -i --rm ghcr.io/wyre-technology/nutanix-mcp:v1.0.0Related MCP servers
Autotask
MCP server for Kaseya Autotask PSA — companies, tickets, projects, time entries, and more.
NinjaOne
MCP server for NinjaOne RMM — devices, organizations, alerts, and tickets.
ConnectWise Manage
MCP server for ConnectWise Manage PSA — companies, tickets, projects, time entries, and more.
IT Glue
MCP server for IT Glue — organizations, configurations, passwords, flexible assets, and documents.
CIPP
MCP server for CIPP — M365 multi-tenant management for MSPs (users, tenants, policies).
Datto RMM
MCP server for Datto RMM — devices, alerts, sites, jobs, and audit data.