Command Palette

Search for a command to run...

UnylyUnyly
Browse all

For Cisco ACI

FreeNot checked

A simple MCP (Model Context Protocol) that interacts with Cisco ACI

GitHubEmbed

About

A simple MCP (Model Context Protocol) that interacts with Cisco ACI

README

This project provides a simple MCP (Model Context Protocol) server that interacts with a Cisco APIC controller. If you'd like to understand how this works in detail, please check out this blog post

  • Tested with Claude Desktop and Visual Studio Code in Agent mode with Copilot.
  • The server runs in STDIO mode, intended for local execution.

Features

  • Exposes two tools for APIC interaction (see app/main.py for details).
  • Easily configurable via environment variables.

Setup

  1. Specify APIC credentials in the .env file.

  2. If you want Claude or VS Code to run the Python code directly (no container), install UV

  3. Register the MCP server with Claude or VS Code.

    For VS Code, create a .vscode/mcp.json file like this in your workspace:

    {
      "servers": {
        "ciscoApicServer": {
          "type": "stdio",
          "command": "C:\\Users\\cpaggen\\.local\\bin\\uv.EXE",
          "args": [
            "run",
            "--with",
            "mcp[cli]",
            "mcp",
            "run",
            "C:\\MCP\\app\\main.py"
          ]
        }
      }
    }
    
  4. Instruct Claude Desktop or VS Code to use it:

  5. Install MCP client tools locally if you invoke the MCP server with uv run mcp as above.

    • Use uv add "mcp[cli]" or pip install "mcp[cli]"

Docker Support

You can run the server directly using UV, or build a Docker image and run it as a container. If using Docker, adapt the mcp.json config accordingly.

Note: Local installation of MCP client tools is recommended for debugging the server code.

Screenshots

Below are some screenshots demonstrating the MCP server in action and its integration with Claude Desktop and VS Code:

MCP Server Registered Tool Registered in Claude Claude Tools List
MCP Server Registered Tool Registered in Claude Claude Tools List
MCP Server Output Sample Question in VS Code Sample Question in Claude
MCP Server Output Sample Question VS Code Sample Claude Question
How to Use ACI Backup
How to Use ACI Backup

These images illustrate the registration process, available tools, and example interactions.

from github.com/datacenter/MCP_server_for_Cisco_ACI

Installing For Cisco ACI

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/datacenter/MCP_server_for_Cisco_ACI

FAQ

Is For Cisco ACI MCP free?

Yes, For Cisco ACI MCP is free — one-click install via Unyly at no cost.

Does For Cisco ACI need an API key?

No, For Cisco ACI runs without API keys or environment variables.

Is For Cisco ACI hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install For Cisco ACI in Claude Desktop, Claude Code or Cursor?

Open For Cisco ACI on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare For Cisco ACI with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs