Back to Home
sachdev27 icon

dell-isilon-mcp-server

Verified Safe

by 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

Run Command
isilon-mcp

Environment 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

Stats

Interest Score0
Security Score7
Cost ClassHigh
Avg Tokens5000
Stars0
Forks0
Last Update2025-12-10

Tags

mcppowerscaleisilonstorageai-agentapi-integrationpython