T

claude-desktop-transport-bridge

...
Created 12/23/2024bychromecide

Language:

TypeScript

Stars:

3

Forks:

1

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

Last updated: 2/3/2025

Publisher info

chromecide's avatar

Justin Pradier

12
followers
10
following
90
repos

More MCP servers built with TypeScript

mcp-server-ssh-rails-runner

MCP server that facilitates an SSH connection to a deployed Rails app so you can run Rails REPL commands

By tadasant7
mcp-jina-reader

Jina Reader MCP Server

By wong238
postman-mcp-server

An MCP server that provides access to Postman.

By delano64