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
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser

EverArt
modelcontextprotocolModel Context Protocol Servers
Website
FunnyWolfAdversary simulation and Red teaming platform with AI
π Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
Comments