Add k3l0-dev/aci-mcp to Infrastructure - #1592
Open
k3l0-dev wants to merge 1 commit into
Open
Conversation
Schema-driven MCP server for Cisco ACI: discovers classes from the APIC's own schemas rather than wrapping a fixed endpoint list.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds k3l0-dev/aci-mcp to
docs/infrastructure.md, alongside the other network-infrastructure servers already there (NetBox, POX SDN, UniFi, vCenter).What it does. It is an MCP server for Cisco ACI. Rather than wrapping a fixed list of APIC endpoints, it reads the fabric's own jsonmeta schemas: the agent searches for the class it needs, inspects that class's identifiers, containment and relations, and only then queries. That ordering is the point on ACI — the APIC answers an unknown class or a misspelled attribute with an empty result rather than an error, so an agent that guesses class names fails silently and confidently. Five read-only tools cover all 15,000+ classes.
Format. One bullet,
- [owner/repo](url): description, with the optionalTransport/Auth/Install/Licensemetadata the README encourages. Searched the repo for the URL and project name — no duplicate.Licence, stated up front. PolyForm Noncommercial 1.0.0 — free for non-commercial use, commercial licence available. Noted in the entry itself so nobody finds out after installing. Happy to reword or withdraw if that puts it out of scope.