An MCP (Model Context Protocol) server that enables LLMs to interact with Cisco Hyperfabric APIs. This server exposes all Hyperfabric OpenAPI endpoints as tools for comprehensive infrastructure management and automation.
Server Config
{
"mcpServers": {
"hyperfabric": {
"command": "node",
"args": [
"/path/to/hyperfabric-mcp-server/dist/main.js"
],
"env": {
"HYPERFABRIC_API_TOKEN": "your-api-token",
"LOG_LEVEL": "info"
}
}
}
}