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
- A slug (optional: recommended for shareability, but auto-generates if left blank)
76
+
- A slug (this is recommended so it's easy to remember and share, but will be generated if left blank)
77
+
- Select the Authentication mode for the MCP Gateway
78
+
-**Arcade Auth**: To access the MCP Gateway, you'll need to authenticate with your Arcade account in an OAuth flow on a browser. For security, the token is only valid for a short time and your MCP client will need to refresh it periodically.
79
+
-**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 in the `Arcade-User-ID` header. Use this authentication mode for MCP clients that don't support browser authentication or token refresh.
76
80
77
81
### Select the tools you want to include in the gateway
78
82
@@ -128,40 +132,9 @@ Get the URL of your MCP Gateway by clicking the "Copy URL" button in the MCP Gat
1. Open the command palette (Mac: Cmd + Shift + p / Windows: Ctrl + Shift + p) and select **MCP: Add Server...**
157
-
1. Choose **HTTP**
158
-
1. Paste the URL of your MCP Gateway.
159
-
1. Give your MCP server a name, like `mcp-arcade`
160
-
1. Visual Studio Code will update your `mcp.json` file.
161
-
1. Either in the `mcp.json` file or in the "Extensions" > "MCP Servers - Installed" pane, click the "Start" button next to your MCP server and follow the prompts to authenticate.
162
-
163
-
</Tabs.Tab>
164
-
</Tabs>
135
+
Select the MCP client you want to use to read the instructions to connect to the MCP Gateway:
136
+
137
+
<MCPClientGrid />
165
138
166
139
### Try it out
167
140
@@ -175,7 +148,4 @@ As you interact with the agent, it will call the tools from the MCP Gateway. You
175
148
## Next Steps
176
149
177
150
- Learn more about [MCP Gateways](/guides/create-tools/mcp-gateways).
0 commit comments