mirror of
https://github.com/open-webui/mcpo.git
synced 2026-07-22 03:35:26 -04:00
feat: Docker images with nodejs and npm for hosting mcp servers inside a container #44
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?
Originally created by @lin-calvin on GitHub (Apr 26, 2025).
Check Existing Issues
Problem Description
currently, the docker image is build based on the python image, but most mcp servers are writen by nodejs.
Desired Solution you'd like
make a image like
mcpo-nodejsbuild with alpine with python and nodejs installedAlternatives Considered
No response
Additional Context
No response
@cutekibry commented on GitHub (Apr 26, 2025):
It seems that the
Dockerfilehas already installednodeandnpm🤔https://github.com/open-webui/mcpo/blob/4ad458f8680979a5286492f3c0b4ed4f73e2f4b2/Dockerfile#L12-L16