Submit

Cisco Intersight Mcp Server

@jim-coyne

An MCP (Model Context Protocol) server that enables LLMs to interact with Cisco Intersight APIs. This server exposes Intersight operations as tools for LLM applications. The Intersight MCP Server includes an intelligent Security & Health Check Agent that automatically orchestrates comprehensive infrastructure analysis when security or health checks are requested.

Tools

Server Config

{
  "mcpServers": {
    "intersight": {
      "command": "node",
      "args": [
        "/path/to/intersight-mcp-server/build/index.js"
      ],
      "env": {
        "INTERSIGHT_API_KEY_ID": "your-api-key-id",
        "INTERSIGHT_API_SECRET_KEY_PATH": "/path/to/SecretKey.txt",
        "INTERSIGHT_BASE_URL": "https://intersight.com/api/v1",
        "INTERSIGHT_TOOL_MODE": "core"
      }
    }
  }
}
© 2025 MCP.so. All rights reserved.

Build with ShipAny.