Loading...
MCP server enabling LLM interaction with Nutanix Prism Central for resource listing and access, using Prism Go Client and MCP Go library.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
MCP server enabling LLM interaction with Nutanix Prism Central for resource listing and access, using Prism Go Client and MCP Go library.
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.
Performance is limited by the Prism Central API and the network connection. Large responses may be slow due to the MCP protocol's limitations.
Cost depends on the number of API calls made to Prism Central. Frequent requests for large datasets can increase API usage and potentially incur costs.
{
"mcpServers": {
"nutanix": {
"command": "/path/to/mcp-nutanix"
}
}
}vmsLists all virtual machines in the Nutanix environment.
Read-only operation, no modification of resources.
clustersLists all clusters in the Nutanix environment.
Read-only operation, no modification of resources.
hostsLists all hosts in the Nutanix environment.
Read-only operation, no modification of resources.
imagesLists all images in the Nutanix environment.
Read-only operation, no modification of resources.
subnetsLists all subnets in the Nutanix environment.
Read-only operation, no modification of resources.
Environment Variable
local
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.
The server primarily supports read operations, limiting the risk of unintended modifications. However, the LLM's interpretation of the data could still lead to incorrect actions outside of the Nutanix environment.
Production Tip
Ensure proper credential management and avoid using the insecure mode in production environments. Monitor the Prism Central API for rate limiting and performance issues.
It allows LLMs to interact with Nutanix Prism Central for resource listing and access.
A Nutanix Prism Central username and password are required.
Set the NUTANIX_ENDPOINT, NUTANIX_USERNAME, and NUTANIX_PASSWORD environment variables.
It disables SSL certificate validation, which is useful for self-signed certificates but should be avoided in production.
VMs, clusters, hosts, images, and subnets.
No, it only supports read operations.
Response size limits, no pagination support, and no write operations.