Support for HTTP MCP servers #34719
vidarian
started this conversation in
LLMs and Zed Agent
Replies: 1 comment 1 reply
-
We're developing an MCP gateway internally, and it would be really cool if I didn't need to use cursor every time I want to test the server. Zed seems to only support stdio for MCP communication, but it would be great to have streamable HTTP support for remote MCP services. Yeah, this does require implementing oauth which takes a bit of effort (tell me about it), but eventually it would enable us to use zed instead of cursor for local testing. There's an ok crate for this: rmcp, which is not awesome but does its job. |
Beta Was this translation helpful? Give feedback.
1 reply
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.
-
Most MCP servers are implemented as remote http servers and continue to do so. There doesn't seem to be support for this in zed but considering there's already support for stdio mcp servers adding http support should be trivial.
Beta Was this translation helpful? Give feedback.
All reactions