dell-isilon-mcp-server
Verified Safeby sachdev27
Overview
Enables AI assistants (like Claude) to interact with Dell PowerScale (Isilon) storage clusters by dynamically generating tools from the OneFS REST API specification.
Installation
isilon-mcpEnvironment Variables
- ISILON_HOST
- ISILON_USERNAME
- ISILON_PASSWORD
- LOCAL_OPENAPI_SPEC_PATH
- ISILON_PORT
- ISILON_TLS_VERIFY
- ISILON_USE_HTTPS
- HTTP_SERVER_PORT
- LOG_LEVEL
- LOG_JSON
- LOG_FILE
- ALLOWED_HTTP_METHODS
- MAX_RETRIES
- RETRY_DELAY
- REQUEST_TIMEOUT
Security Notes
The server uses HTTP Basic Authentication, which is sensitive. While credentials are to be provided via environment variables or per-request arguments (not hardcoded), the default `ISILON_TLS_VERIFY` setting for PowerScale API connections is `false`, which disables SSL certificate validation and poses a significant security risk for data in transit. The HTTP/SSE server (for n8n/web clients) uses `Access-Control-Allow-Origin: *` (open CORS), which is acceptable for internal/controlled environments but dangerous if exposed to the public internet. No instances of `eval` or obvious malicious patterns were found. The codebase appears professionally structured with explicit error handling.
Similar Servers
claude-flow
AI Agent Orchestration and Development Platform for Claude Code
rest-to-mcp-adapter
Transforms REST API specifications (OpenAPI, Swagger, OpenAPI Actions) into Model Context Protocol (MCP) tools, enabling AI agents like Claude and GPT to interact with any REST API.
ONTAP-MCP
A Model Context Protocol (MCP) server providing comprehensive access to NetApp ONTAP storage systems, supporting STDIO and HTTP transports for multi-cluster management, volume lifecycle operations, data protection, and NFS/CIFS access control.
slack-mcp-server
Provides an AI assistant, like Claude, programmatic access to Slack conversations, threads, and workspace information through the Model Context Protocol (MCP).