MCP.so
ログイン
C

Cisco Hyperfabric Mcp

@jim-coyne

Cisco Hyperfabric Mcp について

概要はまだありません

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

jim-coyne

投稿者

Jim-Coyne

設定

以下の設定を使って、このサーバーを 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).

コメント

「その他」の他のコンテンツ