You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@danny-avila I am guessing @dcolley is on Apple silicon, as the base Alpine image for librechat doesn't support installing Python via uv in that configuration. So even though uv is installed, there is no Python interpreter available. astral-sh/uv#6890
Uh oh!
There was an error while loading. Please reload this page.
What happened?
MCP using uvx does not work as python cannot be found.
Version Information
docker images | grep librechat
ghcr.io/danny-avila/librechat-dev latest 994ad5d22cee 32 hours ago 1.61GB
ghcr.io/danny-avila/librechat-rag-api-dev-lite latest f96c21d7fc2f 7 weeks ago 1.79GB
ghcr.io/danny-avila/librechat-rag-api-dev latest 22de38bb1d54 11 months ago 3.48GB
Steps to Reproduce
Vanilla docker installation, with this added in librechat.yml
What browsers are you seeing the problem on?
No response
Relevant log output
2025-04-25T07:53:02.684Z error: [MCP][search internet] Connection failed: MCP error -32000: Connection closed 2025-04-25T07:53:02.685Z error: [MCP][search internet] Failed to connect after 3 attempts MCP error -32000: Connection closed 2025-04-25T07:53:02.685Z error: [MCP][search internet] Initialization failed MCP error -32000: Connection closed error: No interpreter found in managed installations or search path
Screenshots
No response
Code of Conduct
Proposed solution
To solve this error,
docker exec -it Librechat /bin/sh apk add python3
The text was updated successfully, but these errors were encountered: