mcp-nutanix
If you are the rightful owner of mcp-nutanix and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
A Model Context Protocol (MCP) server for interacting with Nutanix Prism Central APIs through Large Language Models (LLMs).
The MCP Nutanix server is an experimental project designed to facilitate interaction between Large Language Models (LLMs) and Nutanix Prism Central APIs. It allows LLMs to connect to a Prism Central instance using user credentials, list various resources such as VMs, Clusters, and Hosts, and retrieve specific resource details via URI-based access. The server leverages the Prism Go Client for communication with Prism Central and the MCP Go library for implementing the Model Context Protocol. This project is not an official Nutanix product and is provided as-is, with no warranties or guarantees. It is intended for experimental use only and is not suitable for production environments.
Features
- Connects to Nutanix Prism Central using user credentials.
- Lists various resources like VMs, Clusters, and Hosts.
- Retrieves specific resource details via URI-based access.
- Uses Prism Go Client for communication with Prism Central.
- Implements Model Context Protocol using MCP Go library.