[PR #11] [CLOSED] Add dockerfile #131

Closed
opened 2026-02-15 21:15:04 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/open-webui/mcpo/pull/11
Author: @christag
Created: 4/1/2025
Status: Closed

Base: mainHead: add-dockerfile


📝 Commits (2)

  • 1c6fd0d Added Dockerfile and example config.json
  • b12e5d5 Fixed readme for dockerfile

📊 Changes

4 files changed (+155 additions, -0 deletions)

View changed files

📝 README.md (+23 -0)
docker-entrypoint.sh (+80 -0)
dockerfile (+40 -0)
example.config.json (+12 -0)

📄 Description

I added a dockerfile that allows the user to bundle/configure the MCP servers they want and run them all in one container. This dockerfile defaults to installing only "time" and "fetch" if no servers are present. I've also included an example config which is used if there is no config file present when running in docker. I updated the readme accordingly.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/open-webui/mcpo/pull/11 **Author:** [@christag](https://github.com/christag) **Created:** 4/1/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `add-dockerfile` --- ### 📝 Commits (2) - [`1c6fd0d`](https://github.com/open-webui/mcpo/commit/1c6fd0d31eb7ff4bc209e0f9d62a71d74d21d077) Added Dockerfile and example config.json - [`b12e5d5`](https://github.com/open-webui/mcpo/commit/b12e5d55d51b04aa0fcd91a7ec5fe86438e5f228) Fixed readme for dockerfile ### 📊 Changes **4 files changed** (+155 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+23 -0) ➕ `docker-entrypoint.sh` (+80 -0) ➕ `dockerfile` (+40 -0) ➕ `example.config.json` (+12 -0) </details> ### 📄 Description I added a dockerfile that allows the user to bundle/configure the MCP servers they want and run them all in one container. This dockerfile defaults to installing only "time" and "fetch" if no servers are present. I've also included an example config which is used if there is no config file present when running in docker. I updated the readme accordingly. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 21:15:04 -05:00
yindo closed this issue 2026-02-15 21:15:04 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/mcpo#131