hpe-navigator-mcp-server

ajay-yadav-hpe/hpe-navigator-mcp-server
★ 0 stars TypeScript 📊 Data/Analytics Updated 7d ago
MCP Server for HPE Navigator to get hardware/product serial number lookup, system health monitoring, SFDC asset management, telemetry bundle retrieval, and analytics dashboard discovery. Designed for storage support engineers working with HPE Alletra Storage MP (arcus) and DSConnector (dsc) products.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "hpe-navigator-mcp-se": {
      "command": "npx",
      "args": [
        "-y",
        "ajay-yadav-hpe/hpe-navigator-mcp-server"
      ]
    }
  }
}