You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/en/guides/create-tools/mcp-gateways/page.mdx
+28-7Lines changed: 28 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,14 @@ title: "MCP Gateways"
3
3
description: "Comprehensive guide to using MCP Gateways"
4
4
---
5
5
6
+
importImagefrom"next/image";
7
+
8
+
exportconst IMAGE_SCALE_FACTOR =2;
9
+
exportconst TOOL_FILTER_LIGHT_WIDTH =2052;
10
+
exportconst TOOL_FILTER_LIGHT_HEIGHT =1412;
11
+
exportconst TOOL_FILTER_DARK_WIDTH =2052;
12
+
exportconst TOOL_FILTER_DARK_HEIGHT =1412;
13
+
6
14
# MCP Gateways
7
15
8
16
MCP Gateways are a way to connect multiple MCP Servers to your agent, application, or IDE. MCP Gateways allow you to federate the tools from multiple MCP Servers into a single collection for easier management, control, and access. You can mix and match tools from different MCP Servers in the same project, and not all tools from a MCP server need to be available to the same LLM.
@@ -13,17 +21,30 @@ To configure an MCP Gateway, go to the [MCP Gateways dashboard](https://api.arca
13
21
14
22
When configuring an MCP Gateway, you can select the tools you want to include in the Gateway from any MCP Servers available to the project:
The options available when configuring an MCP Gateway are:
19
40
20
-
-**Name**: The name of the MCP Gateway. Informative only.
21
-
-**Description**: The description of the MCP Gateway. This is useful for humans and some MCP clients may surface this information to the user.
41
+
-**Name**: The name of the MCP Gateway. Informative only.
42
+
-**Description**: The description of the MCP Gateway. This is useful for humans and some MCP clients may surface this information to the user.
22
43
-**LLM Instructions**: Optional instructions for the LLM about how to use the MCP Gateway.
23
-
-**Slug**: The slug of the MCP Gateway. This is the URL slug that will be used to access the MCP Gateway. It must be unique.
24
-
-**Authentication**: The authentication mode to use for the MCP Gateway. This determines how the MCP Gateway will authenticate requests to the MCP Servers. Users will still need to authenticate to the tools within the MCP Gateway as normal.
25
-
-**Arcade Auth**: To access the MCP Gateway, you'll need to authenticate with your Arcade account. We recommend using this authentication mode for MCP Gateways in development or testing phase, or for internal use when you know all the users will have Arcade accounts.
26
-
-**Arcade Headers**: To access the MCP Gateway, you'll need to authenticate with your Arcade account by passing an Arcade API key in the `Authorization` header and the user ID of your end-user in the `Arcade-User-ID` header. We recommend using this authentication mode for MCP Gateways in production when your agent or application has users without Arcade accounts.
44
+
-**Slug**: The slug of the MCP Gateway. This is the URL slug that will be used to access the MCP Gateway. It must be unique.
45
+
-**Authentication**: The authentication mode to use for the MCP Gateway. This determines how the MCP Gateway will authenticate requests to the MCP Servers. Users will still need to authenticate to the tools within the MCP Gateway as normal.
46
+
-**Arcade Auth**: To access the MCP Gateway, you'll need to authenticate with your Arcade account. We recommend using this authentication mode for MCP Gateways in development or testing phase, or for internal use when you know all the users will have Arcade accounts.
47
+
-**Arcade Headers**: To access the MCP Gateway, you'll need to authenticate with your Arcade account by passing an Arcade API key in the `Authorization` header and the user ID of your end-user in the `Arcade-User-ID` header. We recommend using this authentication mode for MCP Gateways in production when your agent or application has users without Arcade accounts.
27
48
-**Allowed Tools**: A selection of tools in the Arcade Tool Catalog that will be available to the MCP Gateway.
0 commit comments