Skip to content

Commit fb756f3

Browse files
committed
add definitions
1 parent dcc79cc commit fb756f3

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

src/content/docs/cloudflare-one/applications/configure-apps/mcp-servers/mcp-portals.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ sidebar:
1010

1111
import { Render, GlossaryTooltip } from "~/components"
1212

13-
An MCP server portal centralizes multiple [Model Context Protocol (MCP) servers](https://www.cloudflare.com/learning/ai/what-is-model-context-protocol-mcp/) and their tools onto a single endpoint. Key benefits include:
13+
An MCP server portal centralizes multiple [Model Context Protocol (MCP) servers](https://www.cloudflare.com/learning/ai/what-is-model-context-protocol-mcp/) and their tools onto a single HTTP endpoint. Key benefits include:
1414

1515
- **Streamlined access to multiple MCP servers**: MCP server portals support both unauthenticated MCP servers (such as the [Cloudflare Documentation MCP server](https://github.com/cloudflare/mcp-server-cloudflare/tree/main/apps/docs-vectorize)) as well as MCP servers secured using any [third-party or custom OAuth provider](/agents/model-context-protocol/authorization/). Users log in to the portal through Cloudflare Access and are prompted to authenticate separately to each server that requires OAuth.
1616

src/content/glossary/cloudflare-one.yaml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,11 +121,19 @@ entries:
121121
122122
- term: MCP client
123123
general_definition: |-
124-
a Model Context Protocol (MCP) client is a user-facing AI tool that can request information and receive responses from an MCP server. Examples of MCP clients include Claude Desktop, Cursor AI, and Windsurf.
124+
a Model Context Protocol (MCP) client is an AI program that can request information and receive responses from an MCP server. Examples of MCP clients include Claude Desktop, Cursor AI, and Windsurf.
125125
126126
- term: MCP server
127127
general_definition: |-
128-
a web application that allows generative AI agents to access third-party data sources and APIs using the Model Context Protocol (MCP). For example, you can use an MCP server to connect an AI assistant to your Google Drive account.
128+
a web application that allows AI agents to access third-party data sources and APIs using the Model Context Protocol (MCP). For example, you can use an MCP server to connect an AI assistant to your Google Drive account.
129+
130+
- term: MCP server portal
131+
general_definition: |-
132+
a web application in Cloudflare Zero Trust that serves as a single entry point to multiple MCP servers and tools.
133+
134+
- term: MCP server tool
135+
general_definition: |-
136+
an integration provided by an MCP server which allows an AI agent to perform a limited set of actions on a third-party system.
129137
130138
- term: MDM file
131139
general_definition: |-

0 commit comments

Comments
 (0)