mirror of
https://github.com/open-webui/mcpo
synced 2025-06-26 18:26:58 +00:00
Update README.md
This commit is contained in:
38
README.md
38
README.md
@@ -6,6 +6,25 @@ mcpo is a dead-simple proxy that takes an MCP server command and makes it access
|
||||
|
||||
No custom protocol. No glue code. No hassle.
|
||||
|
||||
## 🤔 Why Use mcpo Instead of Native MCP?
|
||||
|
||||
MCP servers usually speak over raw stdio, which is:
|
||||
|
||||
- 🔓 Inherently insecure
|
||||
- ❌ Incompatible with most tools
|
||||
- 🧩 Missing standard features like docs, auth, error handling, etc.
|
||||
|
||||
mcpo solves all of that—without extra effort:
|
||||
|
||||
- ✅ Works instantly with OpenAPI tools, SDKs, and UIs
|
||||
- 🛡 Adds security, stability, and scalability using trusted web standards
|
||||
- 🧠 Auto-generates interactive docs for every tool, no config needed
|
||||
- 🔌 Uses pure HTTP—no sockets, no glue code, no surprises
|
||||
|
||||
What feels like "one more step" is really fewer steps with better outcomes.
|
||||
|
||||
mcpo makes your AI tools usable, secure, and interoperable—right now, with zero hassle.
|
||||
|
||||
## 🚀 Quick Usage
|
||||
|
||||
We recommend using uv for lightning-fast startup and zero config.
|
||||
@@ -67,25 +86,6 @@ Each with a dedicated OpenAPI schema and proxy handler. Access full schema UI at
|
||||
- Python 3.8+
|
||||
- uv (optional, but highly recommended for performance + packaging)
|
||||
|
||||
## 🤔 Why Use mcpo Instead of Native MCP?
|
||||
|
||||
MCP servers usually speak over raw stdio, which is:
|
||||
|
||||
- 🔓 Inherently insecure
|
||||
- ❌ Incompatible with most tools
|
||||
- 🧩 Missing standard features like docs, auth, error handling, etc.
|
||||
|
||||
mcpo solves all of that—without extra effort:
|
||||
|
||||
- ✅ Works instantly with OpenAPI tools, SDKs, and UIs
|
||||
- 🛡 Adds security, stability, and scalability using trusted web standards
|
||||
- 🧠 Auto-generates interactive docs for every tool, no config needed
|
||||
- 🔌 Uses pure HTTP—no sockets, no glue code, no surprises
|
||||
|
||||
What feels like "one more step" is really fewer steps with better outcomes.
|
||||
|
||||
mcpo makes your AI tools usable, secure, and interoperable—right now, with zero hassle.
|
||||
|
||||
## 🪪 License
|
||||
|
||||
MIT
|
||||
Reference in New Issue
Block a user