Cisco Hyperfabric Mcp
@jim-coyne
关于 Cisco Hyperfabric Mcp
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"hyperfabric": {
"command": "node",
"args": [
"/path/to/cisco-hyperfabric-mcp-server/dist/main.js"
],
"env": {
"HYPERFABRIC_API_TOKEN": "your-api-token",
"LOG_LEVEL": "info"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Cisco Hyperfabric MCP?
An MCP (Model Context Protocol) server that enables LLMs to interact with Hyperfabric APIs. It automatically generates 79 tools from the complete Nexus Hyperfabric REST API v1.1.0 specification for comprehensive infrastructure management and automation.
How to use Cisco Hyperfabric MCP?
Install Node.js 18+, then run npm install && npm run build to compile. Configure the server in VSCode with GitHub Copilot or Claude Desktop by adding the server definition to settings.json or claude_desktop_config.json, setting the HYPERFABRIC_API_TOKEN environment variable to your API token.
Key features of Cisco Hyperfabric MCP
- Dynamic tool generation from OpenAPI specs
- Secure Hyperfabric API token authentication
- Complete coverage of all 79 Hyperfabric endpoints
- Clean, intuitive tool names like
fabricsGetAllFabrics - Supports VSCode with GitHub Copilot and Claude Desktop
Use cases of Cisco Hyperfabric MCP
- Automate fabric creation, configuration, and deletion
- Bind and unbind physical devices to fabric nodes
- Manage port channels, loopbacks, and sub-interfaces
- Configure VXLAN network segmentation via VNIs
- Set up VRFs and static routes for Layer 3 isolation
FAQ from Cisco Hyperfabric MCP
What prerequisites are needed?
Node.js 18+ installed, VSCode with GitHub Copilot or Claude Desktop, Hyperfabric API credentials (API Token), and the Hyperfabric OpenAPI specification file.
How does authentication work?
The server uses a HYPERFABRIC_API_TOKEN environment variable for secure API token authentication with Hyperfabric.
How many tools are available?
The server automatically generates 79 tools from the complete Nexus Hyperfabric REST API v1.1.0 specification covering authentication, devices, fabrics, networks, nodes, port channels, VNIs, and VRFs.
Which LLM clients are supported?
VSCode with GitHub Copilot and Claude Desktop are supported, with specific configuration examples provided for each.
What environment variables can be configured?
The server uses HYPERFABRIC_API_TOKEN (required), LOG_LEVEL (optional, defaults to info), and OPENAPI_SPEC_PATH (optional, defaults to hf_spec_modified.json).
其他 分类下的更多 MCP 服务器
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Nginx UI
0xJackyYet another WebUI for Nginx

EverArt
modelcontextprotocolModel Context Protocol Servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
评论