mirror of
https://github.com/open-webui/mcpo.git
synced 2026-07-23 12:15:22 -04:00
[PR #11] [CLOSED] Add dockerfile #131
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/mcpo/pull/11
Author: @christag
Created: 4/1/2025
Status: ❌ Closed
Base:
main← Head:add-dockerfile📝 Commits (2)
1c6fd0dAdded Dockerfile and example config.jsonb12e5d5Fixed 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.