git
missing for mcp servers that use npx
#6988
Unanswered
Manouchehri
asked this question in
Troubleshooting
Replies: 2 comments
-
I stopped using npx as a method to install mcp-servers because it has proven to be unreliable for me. I rather build the project with npm install and then load the server.js or index.js directly on startup via "node". This seems to be one of the most robust and reliable ways to install mcp-servers. It just requires the additional mounting of the mcp-server folder. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Which MCP servers are using git in your case? none of the dozens I've tried have required this. The docker image contains base node at v20 and a minimal installation of |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
What happened?
When using
npx
, it often uses Git. Right now, that fails as theDockerfile
does not havegit
installed. Is that intentional or an oversight?Version Information
ghcr.io/danny-avila/librechat-dev-api latest 7796adc2939a 3 days ago 1.09GB
ghcr.io/danny-avila/librechat-rag-api-dev-lite latest 817faebddae9 13 days ago 1.31GB
Steps to Reproduce
Attempt to use npx for an MCP server within a Docker deployment.
What browsers are you seeing the problem on?
No response
Relevant log output
Screenshots
No response
Code of Conduct
Beta Was this translation helpful? Give feedback.
All reactions