ECC
The agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
npx ecc-install --profile fullThe agent harness performance optimization system. Skills, instincts, memory, security, and research-first development for Claude Code, Codex, Opencode, Cursor and beyond.
npx ecc-install --profile fullFair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
npx n8nAn open-source AI agent that brings the power of Gemini directly into your terminal.
npx @google/gemini-cliSupports Mcp
Carries strong trust indicators from repository metadata
780 GitHub stars recorded
The fastest path is the pre-built Docker images. Clone, set a few secrets, and run:
git clone https://github.com/agentic-community/mcp-gateway-registry.git
cd mcp-gateway-registry
cp .env.example .env
# Edit .env and set the required secrets (e.g. KEYCLOAK_ADMIN_PASSWORD, SECRET_KEY).
# See docs/configuration.md for the full list.
nano .env
# Deploy with pre-built images (pulled from Amazon ECR Public by default)
./build_and_run.sh --prebuilt
# Open the Registry UI (served by nginx on port 80)
open http://localhost # macOS (Linux: xdg-open http://localhost)
The Complete Installation Guide has the full walkthrough for Amazon EC2 (prerequisites, MongoDB and Keycloak initialization, first user and service account, registering a server, and testing the gateway).
Deploying somewhere else?
Without a control plane, every team wires its own MCP servers and agents by hand: separate credentials in every dotfile, no shared inventory, no audit trail, and no way to discover or govern what exists. Agents can't find other agents; servers and agents live in separate registries that can't share policy.
This platform replaces that with one governed entry point for every AI asset. Register a server, agent, skill, or custom entity once; discover it by natural-language search; reach it through a single authenticated gateway that enforces access and records every call. One control plane, one access model, one audit trail, across all asset types.
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ BEFORE: Chaos โ โ AFTER: MCP Gateway & Registry โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโค
โ โ โ โ
โ Developer 1 โโโฌโโโบ MCP Server A โ โ Developer 1 โโโ โโ MCP Server A โ
โ โโโโบ MCP Server B โ โ โ โโ MCP Server B โ
โ โโโโบ MCP Server C โ โ Developer 2 โโโผโโโบ MCP Gateway โ โ
โ โ โ โ & Registry โโโโผโ MCP Server C โ
โ Developer 2 โโโฌโโโบ MCP Server A โ โโโบ โ AI Agent 1 โโโโ โ โ โ
โ โโโโบ MCP Server D โ โ โ โโ AI Agent 1 โ
โ โโโโบ MCP Server E โ โ AI Agent 2 โโโโโโโโโโโโโโโค โโ AI Agent 2 โ
โ โ โ โ โ โ
โ AI Agent 1 โโโโฌโโโบ MCP Server B โ โ AI Agent 3 โโโโโโโโโโโโโโโ โโ AI Agent 3 โ
โ โโโโบ MCP Server C โ โ โ
โ โโโโบ MCP Server F โ โ Single Connection Point โ
โ โ โ โ
โ โ Multiple connections per user โ โ โ
One gateway for all โ
โ โ No centralized control โ โ โ
Unified server & agent access โ
โ โ Credential sprawl โ โ โ
Unified governance & audit trails โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Onboard third-party OAuth MCP servers, the enterprise way. Because the gateway provides per-user egress authentication, you can connect OAuth-protected SaaS MCP servers such as Slack, Atlassian, and GitHub without every user setting up network access to those services or storing credentials on their laptop. Each user connects their account once; the gateway runs the OAuth (3LO) flow, vaults the per-user token in a secrets manager, and injects it on egress. That collapses onboarding to a single, auditable choke point, so a team can adopt a new SaaS MCP server across the enterprise without per-laptop plumbing or scattered long-lived tokens.
| Decision-maker evaluating adoption | Read the Executive Brief, watch the demo videos, and try the AWS Workshop. |