-
Notifications
You must be signed in to change notification settings - Fork 9.9k
[ZT] MCP portals #24532
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ZT] MCP portals #24532
Conversation
|
This pull request requires reviews from CODEOWNERS as it changes files that match the following patterns:
|
|
There should also be an entry on https://developers.cloudflare.com/agents/ under mcp explaining what mcp portal is, and a link for the create mcp portal page |
|
|
||
| Portal logs include the following fields: | ||
|
|
||
| | Field | Description | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
todo
| 3. Select **Connect**. | ||
| 4. A popup window will appear requesting access to the MCP server portal. Select **Approve**. | ||
| 5. Follow the prompts to log in to your Cloudflare Access identity provider. | ||
| 6. ?? How do you log in to the individual MCP servers in the portal? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
todo once the feature is ready to test
src/content/docs/cloudflare-one/applications/configure-apps/mcp-servers/mcp-portals.mdx
Outdated
Show resolved
Hide resolved
|
|
||
| ## Connect to a portal | ||
|
|
||
| Users can connect to your MCP server running at `https//<subdomain>.<domain>/sse` using [Workers AI Playground](https://playground.ai.cloudflare.com/), [MCP inspector](https://github.com/modelcontextprotocol/inspector), or [other MCP clients](/agents/guides/remote-mcp-server/#connect-your-mcp-server-to-claude-and-other-mcp-clients) that support remote MCP servers. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| Users can connect to your MCP server running at `https//<subdomain>.<domain>/sse` using [Workers AI Playground](https://playground.ai.cloudflare.com/), [MCP inspector](https://github.com/modelcontextprotocol/inspector), or [other MCP clients](/agents/guides/remote-mcp-server/#connect-your-mcp-server-to-claude-and-other-mcp-clients) that support remote MCP servers. | |
| Users can connect to your MCP server portal running at `https//<subdomain>.<domain>/sse` using [Workers AI Playground](https://playground.ai.cloudflare.com/), [MCP inspector](https://github.com/modelcontextprotocol/inspector), or [other MCP clients](/agents/guides/remote-mcp-server/#connect-your-mcp-server-to-claude-and-other-mcp-clients) that support remote MCP servers. |
I won't make this update, since I'm not sure of this change (leaving it here for updating the sentence later if necessary).
PCX-18387