You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+5-48
Original file line number
Diff line number
Diff line change
@@ -2,23 +2,14 @@
2
2
3
3
As long as Claude Desktop does not support connecting to remote servers, you can use this script to run a bridge from stdio to HTTP SSE (Server-Sent Events) endpoint.
4
4
5
-
## Installation
5
+
## Install claude_gateway
6
6
7
7
You can install the package globally or use it directly with npx:
> The bridge script is node javasscript, but your server code can be whatever you use.
33
26
34
27
A [Model Context Protocol](https://www.anthropic.com/news/model-context-protocol) gateway [src/claude_gateway.ts](src/claude_gateway.ts) from [stdio](https://spec.modelcontextprotocol.io/specification/basic/transports/#stdio) to [HTTP SSE](https://spec.modelcontextprotocol.io/specification/basic/transports/#http-with-sse) transport.
0 commit comments