Command Palette

Search for a command to run...

UnylyUnyly
Unyly▸ Q&A

What is an MCP gateway?

▸ TL;DR

An MCP gateway is one server that proxies many. Unyly Gateway (gateway.unyly.org/mcp, OAuth 2.1) exposes the whole 80,000+ catalog to any client through three meta-tools: search, inspect, call — one connection instead of dozens of installs.

Open Unyly catalog

Full answer

Instead of installing servers one by one, the agent connects to a single gateway endpoint and gets meta-tools: search_mcps finds a server by task, list_mcp_tools inspects it, use_mcp_tool calls it. The gateway handles auth (OAuth 2.1 with dynamic client registration), routing, metering and per-team token control. Teams can pin private servers next to the public catalog. It works today in Claude (web and desktop), ChatGPT, Cursor, VS Code and Windsurf; setup is pasting one URL.

Related questions