Nutanix Prism Central for Cursor
io.github.wyre-ai/nutanix-mcp
Multitenant Streamable HTTP bridge over Nutanix's official v4 API MCP server (Prism Central).
client:Cursor
transport:stdio
runtime:oci
Install Nutanix Prism Central in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"nutanix-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/wyre-ai/nutanix-mcp:v1.0.6"
],
"env": {
"PORT": "<PORT>",
"IDLE_EVICT_MS": "<IDLE_EVICT_MS>",
"SPAWN_TIMEOUT_MS": "<SPAWN_TIMEOUT_MS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs