local-nasuni-management-mcp-server
Verified Safeby nasuni-labs
Overview
Integrate Claude AI with Nasuni Management Center (NMC) to manage infrastructure, monitor health, and generate custom reports.
Installation
python main.pyEnvironment Variables
- API_BASE_URL
- NMC_USERNAME
- NMC_PASSWORD
- VERIFY_SSL
Security Notes
The server uses `python-dotenv` for secure handling of API credentials via a `.env` file, which is good practice. However, `VERIFY_SSL` defaults to `false` in the configuration, potentially allowing insecure connections to NMC if not explicitly set to `true` and understood by the user. While convenient for internal servers with self-signed certificates, this default poses a security risk for public-facing NMC instances. No obvious `eval` or direct code execution from untrusted inputs were identified in the core server logic; dynamic imports for testing in `installer.py` are less critical in a local setup.
Similar Servers
fastfs-mcp
Enables AI assistants (like Claude) to interact with local filesystems, manage Git repositories, and engage users through interactive prompts via a standardized JSON-based protocol.
ops-mcp-server
This server unifies an observability stack (Kubernetes events, Prometheus metrics, Elasticsearch logs, Jaeger traces, SOPS operations) into a single Model Context Protocol (MCP) interface for AI assistants to query and interact with operational data.
grafana-mcp
Provides AI-powered integration with Grafana instances via Model Context Protocol (MCP) tools for management and querying.
nasuni-mcp-desktop
Provides an AI agent (like Claude Desktop) with controlled, local access to files on mounted Nasuni SMB shares for experimental data analysis.