A simple MCP (Model Context Protocol) that interacts with Cisco ACI
Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"mcp-server-for-cisco-aci": {
"command": "<see-readme>",
"args": []
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
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
No automated test available for this server. Check the GitHub README for setup instructions.
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
No package registry to scan.
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in devops
MCP server for using the GitLab API
Yunxiao MCP Server provides AI assistants with the ability to interact with the Yunxiao platform. It provides a set of tools that interact with Yunxiao's API, allowing AI assistants to manage Codeup repository, Project, Pipeline, Packages etc.
Enhanced MCP server for GitLab: group projects listing and activity tracking
MCP Server for kubernetes management commands
MCP Security Weekly
Get CVE alerts and security updates for MCP_server_for_Cisco_ACI and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
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
app/main.py for details).Specify APIC credentials in the .env file.
If you want Claude or VS Code to run the Python code directly (no container), install UV
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"
]
}
}
}
Instruct Claude Desktop or VS Code to use it:
Install MCP client tools locally if you invoke the MCP server with uv run mcp as above.
uv add "mcp[cli]" or pip install "mcp[cli]"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.
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 Output | Sample Question in VS Code | Sample Question in Claude |
|---|---|---|
![]() | ![]() | ![]() |
| How to Use ACI Backup |
|---|
![]() |
These images illustrate the registration process, available tools, and example interactions.