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: src/content/docs/cloudflare-one/applications/configure-apps/mcp-servers/mcp-portals.mdx
+19Lines changed: 19 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,6 +129,25 @@ To test in Workers AI Playground:
129
129
130
130
Workers AI Playground will show a **Connected** status and list the available tools. You can now ask the AI model to complete a task using an available tool. Requests made to an MCP server will appear in your [portal logs](#view-portal-logs).
131
131
132
+
For MCP clients with server configuration files, we recommend the following configuration:
133
+
134
+
```json title= "MCP Portal configuration for MCP clients"
135
+
{
136
+
"mcpServers": {
137
+
"mcp-demo-connect": {
138
+
"command": "npx",
139
+
"args": [
140
+
"-y",
141
+
"mcp-remote@latest",
142
+
"https://mcp-dry-run.kennyatx.com/mcp"
143
+
]
144
+
}
145
+
}
146
+
}
147
+
```
148
+
149
+
It is recommended that "mcp-remote@latest" is used. Using "serverURL" may cause issues with the portal session creation and management.
150
+
132
151
## View portal logs
133
152
134
153
Portal logs allow you to monitor user activity through an MCP server portal. You can view logs on a per-portal or per-server basis.
0 commit comments