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: README.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,18 @@ The generated agent is a daily planning and triage assistant that connects to Sl
21
21
22
22
All three templates connect to Arcade's MCP Gateway for tool discovery and execution. The TypeScript templates (`ai-sdk` and `mastra`) share a common Next.js frontend. The Python template (`langchain`) uses server-rendered HTML with SSE streaming.
23
23
24
+
## What Is an MCP Gateway?
25
+
26
+
An MCP Gateway is a managed tool endpoint in Arcade that your agent connects to via one URL.
27
+
28
+
Benefits:
29
+
30
+
-**One connection point** -- use one `ARCADE_GATEWAY_URL` instead of wiring many tool servers
31
+
-**Tool curation** -- choose exactly which tools your agent can see
32
+
-**Faster iteration** -- update tool access in Arcade without changing integration code
"ARCADE_GATEWAY_URL is missing. Create one at https://app.arcade.dev/mcp-gateways, add Slack, Google Calendar, Linear, GitHub, and Gmail, then set ARCADE_GATEWAY_URL in .env.",
0 commit comments