MCP.so
登录

MCP Nutanix

@thunderboltsid

关于 MCP Nutanix

MCP Server for Nutanix

基本信息

分类

其他

许可证

MIT

运行时

go

传输方式

stdio

发布者

thunderboltsid

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP Nutanix?

MCP Nutanix is an experimental Model Context Protocol (MCP) server that enables Large Language Models (LLMs) to interact with Nutanix Prism Central APIs. It is a personal project not officially supported by Nutanix, intended for exploration and not for production use.

How to use MCP Nutanix?

Build the server with Go 1.23+, then configure an MCP client (e.g., Claude Desktop, Cursor) to run the binary via stdio. For interactive clients, credentials are prompted; for non‑interactive clients, set environment variables NUTANIX_ENDPOINT, NUTANIX_USERNAME, NUTANIX_PASSWORD, and optionally NUTANIX_INSEcure. Use built‑in tools to list resources (e.g., vms, clusters) and resource URIs (e.g., vm://{uuid}) to get details.

Key features of MCP Nutanix

  • Connects to Nutanix Prism Central with user credentials.
  • Lists VMs, clusters, hosts, images, and subnets.
  • Retrieves detailed JSON for specific resources via URI.
  • Supports interactive (default) and static credential modes.
  • Uses standard MCP stdio transport for client compatibility.
  • Built with the Prism Go Client and MCP Go library.

Use cases of MCP Nutanix

  • An LLM‑powered assistant queries the state of Nutanix infrastructure.
  • Automating resource inventory and reporting for a Prism Central environment.
  • Validating VM or cluster configurations through natural language conversation.
  • Troubleshooting by fetching resource details on demand.

FAQ from MCP Nutanix

What does MCP Nutanix do vs official Nutanix tools?

It is an experimental MCP server that exposes Prism Central read operations to LLMs, not a production tool. It is unsupported and not endorsed by Nutanix.

What are the runtime requirements?

Go 1.23 or higher and access to a Nutanix Prism Central instance. The server builds from source; no pre‑compiled binaries are provided.

How are credentials provided to MCP Nutanix?

Interactive clients (e.g., Claude) prompt for endpoint, username, password. Non‑interactive clients (e.g., Cursor) use environment variables: NUTANIX_ENDPOINT, NUTANIX_USERNAME, NUTANIX_PASSWORD, and optionally NUTANIX_INSEcure.

What are the known limitations?

Read‑only operations only; no create/update/delete. Response size is limited by the MCP protocol. No pagination support; large resource responses may cause errors.

What transport and authentication does MCP Nutanix use?

Stdio transport with no additional authentication beyond the Prism Central API credentials. No support for alternative transports or auth schemes.

评论

其他 分类下的更多 MCP 服务器