Cisco Intersight Mcp Server
@jim-coyne
About Cisco Intersight Mcp Server
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 orchestrate
Config
Add this server to your MCP-compatible client using the configuration below.
{
"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"
}
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is Intersight MCP Server?
An MCP (Model Context Protocol) server that enables LLMs to interact with Cisco Intersight APIs. It exposes Intersight operations as tools for LLM applications, with configurable modes for safe read-only exploration or full CRUD access. Designed for DevOps, infrastructure engineers, and IT managers managing Cisco Intersight environments.
How to use Intersight MCP Server?
Install Node.js 16+ and build the server with npm install && npm run build. Then configure your LLM client (VSCode with GitHub Copilot or Claude Desktop) by adding the server command and environment variables for Intersight API credentials and tool mode. Use natural language commands such as "Show me all critical alarms" to query infrastructure.
Key features of Intersight MCP Server
- Configurable tool modes: Core (66 read-only tools) or All Tools (199+ full CRUD)
- Security & Health Check Agent with 13-phase analysis and scoring (0-100)
- Telemetry monitoring for servers, chassis, adapters, and resource metrics
- Integration with Terraform, Ansible, Python, and PowerShell examples
- Fabric port, flow control, LACP, QoS, and multicast policy management
- Server-side tool filtering for safe operation; default mode prevents destructive actions
Use cases of Intersight MCP Server
- Monitor infrastructure: query critical alarms, server status, and hardware health
- Manage
Basic information
More AI & Agents MCP servers
Model Context Protocol for Unreal Engine
chongdashuEnable AI assistant clients like Cursor, Windsurf and Claude Desktop to control Unreal Engine through natural language using the Model Context Protocol (MCP).
MCP Claude Code
SDGLBLMCP implementation of Claude Code capabilities and more
Intervals.icu MCP Server
mvilanovaModel Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
Web Agent Protocol
OTA-Tech-AIπWeb Agent Protocol (WAP) - Record and replay user interactions in the browser with MCP support
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
Comments