mcpo-docker
About
An example Docker image for mcpo, a tool that exposes MCP (Model Context Protocol) servers as OpenAPI-compatible HTTP endpoints for OpenWebUI.
Details
- Author
- lkoujiu
- GitHub stars
- 4
- Downloads
- 328
- Categories
- Cloud Service
Jump to
- Docker containerized deployment of mcpo
- Exposes MCP servers as OpenAPI HTTP endpoints
- Each configured MCP server gets a separate endpoint (e.g., /memory, /time)
- Designed for integration with OpenWebUI tools
- Supports standard MCP configuration files
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
mcpo-dockerCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Clone the repository, copy the example configuration files (config.example.json and docker-compose.example.yml), edit them as needed, then run docker compose up -d. Alternatively, build the Docker image from source using docker build -t mcpo .. After starting, connect OpenWebUI to the desired endpoint (e.g., http://localhost:8000/memory).
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcpo-docker": {
"mcpo-docker": {
"command": "docker",
"args": [
"compose",
"up",
"-d"
]
}
}
}
}
McpServers
{
"mcpo-docker": {
"command": "docker",
"args": [
"compose",
"up",
"-d"
]
}
}
mcpo-docker
The source from alephpiece .
An example Docker image for mcpo, a tool that exposes MCP (Model Context Protocol) servers as OpenAPI-compatible HTTP endpoints for OpenWebUI.
> Still waiting for the official mcpo docker!
Quick start
```shell
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.

