Token导航 LogoToken导航TokenDH.com
Mcpo Docker logo
开发工具未说明官方级别未说明来源级核验

Mcpo Docker

MCP Server

An example Docker image for mcpo, a tool that exposes MCP (Model Context Protocol) servers as OpenAPI-compatible HTTP endpoints for OpenWebUI.

工具数

0

提示词数

0

GitHub Stars

23

资源数

0
API集成Docker开发工具

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

alephpiece

提供方

alephpiece

最后核验

2026/5/18 03:27

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

详细介绍

mcpo码头

仍在等待官方mcpo docker!

快速启动

# Pull the repo
git clone https://github.com/alephpiece/mcpo-docker.git
cd mcpo-docker

# Copy sample files and edit them as you like.
cp config.example.json config.json
cp docker-compose.example.yml docker-compose.yml

# Create a container and wait for the servers to start.
# It may take time if you have many servers enabled.
docker compose up -d

或者你可以从源代码构建docker。

docker build -t mcpo .

将OpenWebUI连接到您的服务器

OpenAPI工具服务器 了解详情。
  1. 打开OpenWebUI>设置>工具
  2. 添加连接 http://localhost:8000/memory
  3. 查看聊天页面上的可用工具

使用mcpo,每个MCP服务器都有一个单独的端点。例如:

  • http://localhost:8000/sequential-thinking
  • http://localhost:8000/memory
  • http://localhost:8000/time

MCP配置

标准MCP配置文件,请参阅 config.example.json.

许可证

麻省理工学院

目录标签

目录标签

API集成Docker开发工具developer-toolsopen-webuimcp-servermcpoDockerfile本地部署Docker镜像OpenAPIMCP协议HTTP端点OpenWebUI

接入字段

传输方式(transport,传输协议)

未说明

鉴权方式(authType,认证方式)

none

工具数量(toolCount,工具数)

0

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

未说明none部署方式未说明

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

仍需确认:installCommand

来源信息

继续浏览同类 MCP