This page covers MCP Gateways, client-facing endpoints that bundle upstream MCP Servers Orq connects to. This is a different feature from Orq’s own MCP server, which coding assistants connect to for workspace administration.
How It Works
A virtual MCP server is a single endpoint that gives clients access to tools from multiple upstream MCP Servers. The gateway aggregates these servers behind one address, handles authentication and routing, and resolves tool-name conflicts internally. Clients connect to one URL and see all linked tools as if they came from one provider.Use Cases
- Exposing multiple MCP servers through a single endpoint for clients that cannot manage multiple connections.
- Aliasing server tools under consistent names so clients do not break when upstream tool names change.
- Governing tool access per team: admins build an MCP Gateway from a selected subset of tools across several MCP Servers, so the Marketing team and the Research team can share the same servers while reaching different tools.
Set Up an MCP Gateway
- Click Create MCP Gateway.

Create MCP Gateway form
- Fill in the general details.
- Description (optional): a note about what this MCP Gateway provides.
- Key (required): a unique identifier. Used in the MCP Gateway URL. Cannot be changed after creation.
- Configure tool settings.
- Tool exposure mode: how the MCP Gateway presents tools to connected clients. Code mode (default) exposes a single tool provided by the MCP Gateway that handles discovery and execution internally. Direct mode exposes each upstream tool individually.
- Tool naming: how tool names are namespaced across servers. Always prefix with server key (default) prefixes all tools with the server’s key, or its alias if one is set per-link. Prefix on collision only prefixes conflicting names.
- Click Create.
After Creation
Orq.ai redirects to the MCP Servers tab of the new MCP Gateway. Click + Add server to link any server already configured in MCP Servers. Only servers that have completed their initial sync can be linked.Link only MCP Servers whose project access covers the MCP Gateway project access. An MCP Gateway on All projects therefore needs MCP Servers on All projects.

MCP Servers tab of an MCP Gateway with a linked server
- Overview: traffic for the MCP Gateway and the Connect section with the command clients use to reach it.
- MCP Servers: linked servers and the tools each one exposes. Select a tool checkbox to expose it through the MCP Gateway, or clear it to stop exposing it. Both take effect immediately, with no save action. The side panel shows Traffic for the selected server, its Alias (the prefix that namespaces the server’s tools), and its Connection details: server key, type, base URL, auth, and last sync time.
- Settings: the MCP Gateway description and tool settings, editable after creation.
Toolsets
Toolsets are named collections of tools from one or more linked servers. Create a toolset from the MCP Gateway detail page by adding tools from linked servers. Attach a toolset to an Agent instead of listing individual tools. When the upstream server adds or removes tools, the toolset picks up the changes on the next sync.Connect a Client
Any MCP-compatible client can reach the MCP Gateway, most often a coding agent such as Claude Code, Cursor, or Codex. See Coding Agents for the full list. The Connect section on the Overview tab holds the command that registers the MCP Gateway with the agent. SetORQ_API_KEY, then run it.
The examples below use
https://my.orq.ai as the default host. For self-hosted or on-premise deployments, replace this with the base URL configured for your deployment. The API’s public_url field returns the full connect endpoint (which may be relative when no public base URL is configured).
Connect section on the MCP Gateway Overview tab
- Claude Code
- Cursor
- Codex
- VS Code
Register the MCP Gateway with Claude Code:Replace
<gateway-key> with the gateway key from the Connect section and set ORQ_API_KEY to an API key before running the command. Confirm with claude mcp list.Monitor Usage
The Overview tab reports how clients use the MCP Gateway. It opens on the last 7 days, and every card compares that window against the one before it. Change the window with the time range picker in the top right.
MCP Gateway Overview tab over the last 7 days
Traffic and reliability breaks the same window down further:
- Tool calls by outcome: call volume over time, split into successes and errors.
- Tools leaderboard: the most called tools with their call count and P95 latency, listed under their namespaced names.
Audit Changes
Changes to the MCP Gateway are recorded in Audit Logs, so a change to the exposed tool surface can be traced back to whoever made it. Entries are written under two entity types:
Filter by either entity type on the Audit Logs page to see only MCP Portal activity.