Configure an MCP Proxy¶
An MCP Proxy exposes a managed endpoint that your applications use to reach an MCP Server. Once deployed, the proxy handles authentication and various other access controls.
This guide walks you through creating a proxy and deploying it to a gateway.
Prerequisites¶
Before You Begin
- Access to AI Workspace with Admin or Developer role
Create a New Proxy¶
-
Navigate to MCP > MCP Proxies in the left navigation menu.
-
Click + Create MCP Proxy button.
-
Provide the MCP Server URL. Workspace will fetch the server information by connecting with this URL.
Protected Servers
If the MCP Server is protected with a set of static credentials, you can provide them under the Advanced Configurations section. Workspace will use these credentials when fetching the server information.
-
Click Next to proceed to the next step.
-
Fill in the required proxy details:
-
Name (Required): Enter a unique name for the proxy (e.g.,
mcp-tools-proxy,context-server-proxy). The Proxy ID is auto-generated from the name (lowercase, hyphen-separated). -
Version (Required): The version is pre-filled (e.g.,
v1.0). You can edit this if needed. -
Description (Optional): Add a brief description to identify the proxy's purpose.
-
Context (Optional): Enter the context path (default:
/). This is the base path for proxy endpoints (normalized with "/" prefix). -
Target (Required): The MCP Server URL the gateway should call. This will be auto populated based on the URL you provided in the previous step.
-
-
Click Create to create and save the proxy.
Deploy Proxy to Gateway¶
After creating your proxy, you must deploy it to a gateway before it can be used.
Required Step
Your proxy will not be functional until it is deployed to at least one gateway.
-
Click the Deploy to Gateway button in the top-right corner of the proxy details page.
-
The Deploy to Gateway page opens, showing all available gateways. Use the search bar to find a specific gateway.
-
Each gateway card displays:
- Gateway name and status (Active or Not Active)
- Current Deployment identifier (if previously deployed)
-
Click Deploy next to the gateway you want to deploy to.
-
Once deployed, expand the gateway card to view deployment details:
Field Description Deployment Status Active or Inactive Deployment ID Unique identifier for the deployment Deployed Time since deployment Stop Button to stop an active deployment -
The API Deployment History panel on the right shows the deployment timeline:
- Deployment identifier and timestamp
- Status tags (Latest, Deployed)
To stop a deployment:
Click the Stop button next to an active deployment to undeploy the proxy from that gateway.
Click Back to MCP Proxy to return to the proxy details page.
Deployment Status
Monitor deployment progress on this page. Changes take effect within seconds of successful deployment.
Get Started¶
Once the proxy is deployed, you will see the MCP Proxy URL in the overview page.
Connect with an MCP Client¶
Select a gateway from the Gateways dropdown to see the base URL for calling this proxy through that gateway.
The URL follows the format:
Next Steps¶
- Apply Policies - Apply policies for MCP Proxies.