MCP.so
Sign In
C

Cisco Hyperfabric Mcp

@jim-coyne

About Cisco Hyperfabric Mcp

No overview available yet

Basic information

Category

Other

Transports

stdio

Publisher

jim-coyne

Submitted by

Jim-Coyne

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).

Comments

More Other MCP servers