Back to MCP Servers
Gateway
A meta-server for minimal Claude Code tool bloat with progressive disclosure and dynamic server provisioning. Exposes 9 stable meta-tools, auto-starts Playwright and Context7, and can dynamically provision 25+ MCP servers on-demand from a curated manifest.
aggregators
By ViperJuice
Installation
npx -y mcp-gatewayConfiguration
{
"mcpServers": {
"mcp-gateway": {
"command": "npx",
"args": ["-y", "mcp-gateway"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes