Replies: 2 comments 2 replies
-
There's only one example of an MCP Server using SSE Transport: https://github.com/modelcontextprotocol/servers/blob/main/src/everything/sse.ts You could follow that example, but would require editing existing servers' code and/or developing your own from scratch. Anthropic dev on this, seems SSE Transport is still a work in progress, and maybe why no one is really iterating them:
|
Beta Was this translation helpful? Give feedback.
-
MCP Gateway looks cool, I would try to share it in the https://github.com/modelcontextprotocol/servers repo |
Beta Was this translation helpful? Give feedback.
-
I've been enjoying the brand new MCP tools feature in LibreChat, and I found myself wanting to use some of the really interesting STDIO MCP servers that are out there. While LibreChat does support STDIO servers directly, running them in the container can be tricky - you need all the right dependencies installed, and you might not have access to the resources that make the server useful (like the local filesystem).
I looked around for a solution to bridge STDIO servers to HTTP+SSE so I could run them outside the container, but couldn't find anything that quite fit. So I built a simple gateway that:
You can find it here: MCP Gateway
Warning
Beta Was this translation helpful? Give feedback.
All reactions