A transport bridge for Claude Desktop that supports both SSE and WebSocket connections.
Install globally from GitHub:
npm install -g github:chromecide/claude-desktop-transport-bridge
For SSE connections:
claude-bridge SSE '{"url": "your-sse-url-here"}'
For WebSocket connections:
claude-bridge WEBSOCKET '{"url": "your-websocket-url-here"}'
- Node.js >= 20.0.0
- npm
- Clone the repository:
git clone https://github.com/chromecide/claude-desktop-transport-bridge.git
cd claude-desktop-transport-bridge
- Install dependencies:
npm install
- Build the project:
npm run build
- For development with watch mode:
npm run watch
MIT