Mcp Gateway
Description
Local MCP gateway that fans out to N downstream MCP servers, namespaces tools, and lazy-loads schemas — so your coding agent's context isn't eaten by MCP boilerplate. Built for agents.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
README
mcp-gateway
**Your coding agent is spending 47,000 tokens on MCP boilerplate before you type a word.** `mcp-gateway` fans out to your downstream MCP servers, namespaces their tools, and only exposes what you ask for. Agents discover the rest on demand via `mcp_tool_search`.
[](https://www.npmjs.com/package/@swarmclawai/mcp-gateway) [](./LICENSE) [](https://github.com/swarmclawai/mcp-gateway/actions/workflows/ci.yml)
30-second install
# Drop-in for Claude Code
npx @swarmclawai/mcp-gateway@latest add claude-code
# Or Cursor, Cline, Windsurf
npx @swarmclawai/mcp-gateway@latest add cursor
npx @swarmclawai/mcp-gateway@latest add cline
npx @swarmclawai/mcp-gateway@latest add windsurf
That edits the agent's MCP config (with a `.bak` backup) so it talks to one gateway endpoint instead of N individual servers. Then:
# Generate a starter config and edit to taste
npx @swarmclawai/mcp-gateway@latest init --write
# See how many tokens each downstream server is spending on tool schemas
npx @swarmclawai/mcp-gateway@latest token-report
How it works
┌─────────────────┐ ┌─────────────────┐ ┌─────────────────┐
│ Claude Code, │ │ │ stdio │ filesystem │
│ Cursor, Cline, │ stdio │ mcp-gateway ├────────┤ github │
│ Windsurf, ... ├────────┤ (one endpoint) │ │ sentry │
│ │ │ │ http │ your HTTP MCP │
└─────────────────┘ └─────────────────┘ └─
Related Skills
Auto Update
Pull the latest ECC repo changes and reinstall the current managed targets.
Development Ecc Guide
Navigate ECC's current agents, skills, commands, hooks, install profiles, and docs from the live repository su
Development Epic Claim
Claim an epic issue, stamp coordination state, and sync local ownership.
Development Epic Publish
Publish a validated epic update back to the issue and local cache.
Development Epic Review
Mark epic review requested, approved, or changes requested.
Development Epic Unblock
Sweep blocked epic issues and reopen anything whose dependencies are closed.
Development Related Agents
Django Build Resolver
Django/Python build, migration, and dependency error resolution specialist. Fixes pip/Poetry errors, migration
Openai Codex CLI
(55.8k ⭐) - Lightweight coding agent that runs in your terminal.
src/agents/ — 11 Agent Definitions
**Generated:** 2026-04-11