Cisco Intersight Mcp Server
@jim-coyne
关于 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
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"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"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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
AI 与智能体 分类下的更多 MCP 服务器
Mcp Agent
lastmile-aiBuild effective agents using Model Context Protocol and simple workflow patterns
MCP Server - Remote MacOs Use
baryhuangThe only general AI agent that does NOT requires extra API key, giving you full control on your local and remote MacOs from Claude Desktop App
LinkedIn MCP Server
stickerdanielOpen-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI agent access to profiles, companies, jobs, and messages.
MCP Claude Code
SDGLBLMCP implementation of Claude Code capabilities and more
Sequential Thinking Multi-Agent System (MAS)
FradSerAn advanced sequential thinking process using a Multi-Agent System (MAS) built with the Agno framework and served via MCP.
评论