mcpo-docker

by lkoujiu

4 stars
328 downloads
Not rated
GitHub

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name mcpo-docker
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.