cisco-aci-mcp-server

gokhan-ciftci/cisco-aci-mcp-server
★ 0 stars Python AI/LLM Updated 1d ago
An AI-powered Model Context Protocol (MCP) server that lets any AI assistant (Claude, Cursor, VS Code, etc.) query and explore Cisco ACI fabrics in natural language.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "cisco-aci-mcp-server": {
      "command": "uvx",
      "args": [
        "cisco-aci-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install cisco-aci-mcp-server