feat: Docker images with nodejs and npm for hosting mcp servers inside a container #44

Closed
opened 2026-02-15 20:17:39 -05:00 by yindo · 1 comment
Owner

Originally created by @lin-calvin on GitHub (Apr 26, 2025).

Check Existing Issues

  • I have searched the existing issues and discussions.

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-nodejs build with alpine with python and nodejs installed

Alternatives Considered

No response

Additional Context

No response

Originally created by @lin-calvin on GitHub (Apr 26, 2025). ### Check Existing Issues - [x] I have searched the existing issues and discussions. ### 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-nodejs` build with alpine with python and nodejs installed ### Alternatives Considered _No response_ ### Additional Context _No response_
yindo closed this issue 2026-02-15 20:17:39 -05:00
Author
Owner

@cutekibry commented on GitHub (Apr 26, 2025):

It seems that the Dockerfile has already installed node and npm 🤔

https://github.com/open-webui/mcpo/blob/4ad458f8680979a5286492f3c0b4ed4f73e2f4b2/Dockerfile#L12-L16

@cutekibry commented on GitHub (Apr 26, 2025): It seems that the `Dockerfile` has already installed `node` and `npm` 🤔 https://github.com/open-webui/mcpo/blob/4ad458f8680979a5286492f3c0b4ed4f73e2f4b2/Dockerfile#L12-L16
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: open-webui/mcpo#44