Replies: 2 comments
-
Thanks for sharing! |
Beta Was this translation helpful? Give feedback.
0 replies
-
I've been using mcp-gateway and find it performs well. I like that I can configure multiple MCP servers within a single container and differentiate each MCP Server with unique paths. Are there any notable advantages of using SuperGateway for LibreChat? |
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
-
For anyone looking for a more reliable way of running an MCP server for LibreChat...
I discovered https://github.com/supercorp-ai/supergateway, which provides a pretty straightforward way to run MCP servers over SSE. It's easy to run inside Docker container with custom start commands. You could also do this in docker-compose.override.yaml, but I run it separate so I don't have to have Librechat depend on it. I found that Librechat won't retry a failed MCP server, so it needs to be up and running before Librechat starts.
Here's an example of a working docker-compose configuration (I use Portainer):
And in my librechat.yaml
If you're running a python-based MCP server, you'll probably want to use: https://hub.docker.com/r/nikolaik/python-nodejs
Beta Was this translation helpful? Give feedback.
All reactions