nutanix-mcp-server-jp
If you are the rightful owner of nutanix-mcp-server-jp 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.
Nutanix Prism Central と連携してクラスタ・仮想マシン情報を取得する MCP (Model Context Protocol) サーバーの FastAPI 実装
This project implements a Model Context Protocol (MCP) server as a Minimum Viable Product (MVP) for Nutanix environments. The primary goal is to retrieve cluster information from Nutanix Prism Central using FastAPI. This MVP serves as a foundation for future enhancements, such as additional information retrieval, model operations, and security improvements. It is a prototype and should not be used in production environments.
Features
- FastAPI-based REST API server for Nutanix Prism Central integration.
- Endpoints for retrieving cluster and virtual machine information.
- Environment configuration via .env file for authentication and connection details.
- OpenAPI schema for Dify integration.
- Support for SSL verification disabling for self-signed certificates.