Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/infrastructure.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

Servers or systems that deliver core runtime functionalities for MCP, such as proxying, aggregation, orchestration, hosting, routing, or acting as gateways.

- [k3l0-dev/aci-mcp](https://github.com/k3l0-dev/aci-mcp): Schema-driven MCP server for Cisco ACI — searches the APIC object model by keyword, reads a class's schema (identifiers, containment, relations, property constraints), then runs filtered queries, so an agent reaches all 15,000+ classes with none of them hardcoded. Five read-only tools. Transport: HTTP (FastMCP); auth: bearer token or `X-API-Key`. Install: `git clone` + `uv sync`, or `docker build -f mcp/deploy/Dockerfile .`. License: PolyForm Noncommercial 1.0.0.
- [rog0x/mcp-docker-tools](https://github.com/rog0x/mcp-docker-tools): Docker MCP tools for container management, Dockerfile workflows, and development infrastructure automation. Install from the `@rog0x` npm package family. MIT.
- [anthony-chaudhary/dos-kernel](https://github.com/anthony-chaudhary/dos-kernel): Trust kernel for agent fleets — lets an agent or its supervisor verify that a claimed task actually shipped from git evidence (never self-report), arbitrate concurrent file edits with lane leases, and refuse with typed reasons. stdio, no auth; works with Claude Code, Claude Desktop, Cursor. Install: `pip install "dos-kernel[mcp]"` (binary `dos-mcp`); also on the MCP Registry as `io.github.anthony-chaudhary/dos-kernel`.
- [us-all/unifi-mcp-server](https://github.com/us-all/unifi-mcp-server) - UniFi semantic-analysis MCP server with 54 tools on top of Site Manager API and Cloud Connector. 8 workflow Prompts (4 fleet-ops + 4 MSP). Anomaly detection, fleet health, cross-site analytics. Read-only.
Expand Down