Back to MCP Directory
Connections & Capabilities
Connects To
GitHub
Capabilities
read
Quickstart
Config
{
"mcpServers": {
"nutanix": {
"command": "/path/to/mcp-nutanix"
}
}
}Exposed MCP Tools (5)
safe
vmsLists all virtual machines in the Nutanix environment.
Read-only operation, no modification of resources.
safe
clustersLists all clusters in the Nutanix environment.
Read-only operation, no modification of resources.
safe
hostsLists all hosts in the Nutanix environment.
Read-only operation, no modification of resources.
safe
imagesLists all images in the Nutanix environment.
Read-only operation, no modification of resources.
safe
subnetsLists all subnets in the Nutanix environment.
Read-only operation, no modification of resources.
Safety Assessment
This MCP server is relatively safe for read-only operations. However, storing static credentials and disabling SSL verification pose security risks. It's crucial to manage credentials securely and avoid insecure mode in production environments.
- Read-only operations are the primary function.
- Access is limited to resources exposed through the Prism Central API.
- Uses the official Nutanix Prism Go Client.
- Requires authentication against Prism Central.
- Static credentials can be stored in configuration files.
- Insecure mode allows bypassing SSL certificate validation.
- Response size limitations may lead to incomplete data.
- No built-in rate limiting or request validation.