Support for HTTP MCP servers #34719
Replies: 2 comments 2 replies
-
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.
-
I've been using mcp-remote for remote mcp-server with zed. It works, but I'd also volunteer to help an integrated sse/http with oauth on zed 👍 |
Beta Was this translation helpful? Give feedback.
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