Skip to content

An Stdio MCP server providing a bridge to servers using other Transports

License

Notifications You must be signed in to change notification settings

chromecide/claude-desktop-transport-bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Claude Desktop Transport Bridge

A transport bridge for Claude Desktop that supports both SSE and WebSocket connections.

Installation

Install globally from GitHub:

npm install -g github:chromecide/claude-desktop-transport-bridge

Usage

For SSE connections:

claude-bridge SSE '{"url": "your-sse-url-here"}'

For WebSocket connections:

claude-bridge WEBSOCKET '{"url": "your-websocket-url-here"}'

Requirements

  • Node.js >= 20.0.0
  • npm

Development

  1. Clone the repository:
git clone https://github.com/chromecide/claude-desktop-transport-bridge.git
cd claude-desktop-transport-bridge
  1. Install dependencies:
npm install
  1. Build the project:
npm run build
  1. For development with watch mode:
npm run watch

License

MIT

About

An Stdio MCP server providing a bridge to servers using other Transports

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published