Skip to content

Commit 13f71e7

Browse files
authored
Merge pull request #1167 from zuyua9/docs/mcpo-native-mcp-scope-zuyua9
2 parents 3de9032 + 816411a commit 13f71e7

File tree

1 file changed

+5
-1
lines changed
  • docs/features/extensibility/plugin/tools/openapi-servers

1 file changed

+5
-1
lines changed

docs/features/extensibility/plugin/tools/openapi-servers/mcp.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ title: "MCP Support"
55

66
This documentation explains how to easily set up and deploy the [**MCP (Model Context Protocol)-to-OpenAPI proxy server** (mcpo)](https://github.com/open-webui/mcpo) provided by Open WebUI. Learn how you can effortlessly expose MCP-based tool servers using standard, familiar OpenAPI endpoints suitable for end-users and developers.
77

8+
:::info
9+
This page covers `mcpo`, the MCP-to-OpenAPI bridge. If you want Open WebUI's native MCP support, see [Model Context Protocol (MCP)](/features/extensibility/mcp).
10+
:::
11+
812
:::danger Critical for Persistence
913
If you connect Open WebUI to this proxy using an API Key or Auth Token, you **MUST** set `WEBUI_SECRET_KEY` in your Open WebUI Docker config. If this key changes (e.g., on container restart), Open WebUI will fail to decrypt the stored credentials for your tool.
1014
:::
@@ -204,4 +208,4 @@ Here's why leveraging MCP servers through OpenAPI via the proxy approach is sign
204208

205209
- For questions, suggestions, or feature requests, please use our [GitHub Issue tracker](https://github.com/open-webui/openapi-servers/issues) or join our [Community Discussions](https://github.com/open-webui/openapi-servers/discussions).
206210

207-
Happy integrations! 🌟🚀
211+
Happy integrations! 🌟🚀

0 commit comments

Comments
 (0)