Cisco Hyperfabric Mcp
@jim-coyne
About Cisco Hyperfabric Mcp
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"hyperfabric": {
"command": "node",
"args": [
"/path/to/cisco-hyperfabric-mcp-server/dist/main.js"
],
"env": {
"HYPERFABRIC_API_TOKEN": "your-api-token",
"LOG_LEVEL": "info"
}
}
}
}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 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).
Frequently asked questions
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`).
Basic information
More Other MCP servers

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Maestro
mobile-dev-incPainless E2E Automation for Mobile and Web
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
MCP Go π
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
Comments