mcpo-docker
@lkoujiu
关于 mcpo-docker
An example Docker image for mcpo, a tool that exposes MCP (Model Context Protocol) servers as OpenAPI-compatible HTTP endpoints for OpenWebUI.
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcpo-docker": {
"command": "docker",
"args": [
"compose",
"up",
"-d"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is mcpo-docker?
mcpo-docker is an example Docker image for mcpo, a tool that exposes MCP (Model Context Protocol) servers as OpenAPI-compatible HTTP endpoints specifically for use with OpenWebUI.
How to use mcpo-docker?
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).
Key features of mcpo-docker
- 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
Use cases of mcpo-docker
- Enabling OpenWebUI to use MCP-based tools via HTTP
- Running multiple MCP servers concurrently with individual endpoints
- Prototyping or deploying MCP-based toolchains in a containerized environment
FAQ from mcpo-docker
How do I configure which MCP servers are exposed?
Use a standard MCP configuration file. The repository includes config.example.json as a reference.
Can I run multiple MCP servers?
Yes, each MCP server gets a distinct endpoint (e.g., http://localhost:8000/sequential-thinking, http://localhost:8000/memory).
How do I connect this to OpenWebUI?
In OpenWebUI, go to Settings > Tools, add a connection pointing to the server’s endpoint (e.g., http://localhost:8000/memory), then check available tools on the chat page.
What are the runtime requirements?
A Docker environment capable of running docker compose (or Docker Engine for building). No other dependencies are specified.
Is this the official mcpo Docker image?
No, the README notes that this is an example image created while waiting for the official mcpo Docker image.
云与基础设施 分类下的更多 MCP 服务器
MCP Gateway
mcp-ecosystem🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker deployment and management UI, requiring no infrastructure modifications.
GCP MCP
eniayomiA Model Context Protocol (MCP) server that enables AI assistants like Claude to interact with your Google Cloud Platform environment. This allows for natural language querying and management of your GCP resources during conversations.
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
MCP Server Kubernetes
Flux159MCP Server for kubernetes management commands
评论