Support Streamable HTTP for MCP & Provide Docker #1052
Replies: 2 comments 1 reply
-
|
Great use case — running a shared MCP server so the whole team queries the same graph is exactly the kind of deployment model we want to support. Current state: The graphify MCP server ( What Streamable HTTP would enable: A single server process in CI or on a shared host serving the graph over HTTP+SSE (the MCP Streamable HTTP transport introduced in MCP spec 2025-03-26), so any team member can point their IDE at the central URL without running graphify locally. Auth (API key or OAuth) lives at the HTTP layer. What needs building:
For now, a workaround: You can expose the stdio server over HTTP today using Streamable HTTP transport is on the roadmap. A PR implementing the |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for adopting the feature faster !! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I run graphify on my code base as part of CI i generated graph.json.
Now i want to run a streamable HTTP server for MCP using generated graph.json from central location and support oauth as authentication or support api key.
Thisway i can ask my team to use latest mcp of codebase to understand what was written
Beta Was this translation helpful? Give feedback.
All reactions