Nutanix MCP
An experimental MCP server for interacting with Nutanix Prism Central APIs.
Categories
Managing & Observability
Self-Hosted
Go
DevOps & Platforms
Our Take
This server provides a bridge for AI agents to interact with Nutanix, a leader in hyper-converged infrastructure. It allows an agent to become a virtual datacenter administrator, with the ability to list and get details on VMs, clusters, and hosts. It's a great example of bringing AI automation to complex enterprise IT environments.
Quick Start
// 1. Clone the repository and build the server.
git clone https://github.com/thunderboltsid/mcp-nutanix.git
cd mcp-nutanix
make build
// 2. Configure your client to run the compiled binary:
// "command": "/path/to/bin/mcp-nutanix"