MCP Bridge - Proxying STDIO Servers to SSE/HTTP Transport
@brrock
MCP Bridge - Proxying STDIO Servers to SSE/HTTP Transport について
Mcp bridge to convert stdio servers to sse or streamable http
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"mcp-bridge": {
"command": "bun",
"args": [
"docker:pg"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is MCP Bridge - Proxying STDIO Servers to SSE/HTTP Transport?
MCP Bridge is a proxy solution that transforms STDIO-based MCP servers into web-accessible services using Server-Sent Events (SSE) or streamable HTTP transport. It is designed for developers who need to deploy MCP servers in serverless environments like Vercel where STDIO communication is not feasible.
How to use MCP Bridge - Proxying STDIO Servers to SSE/HTTP Transport?
Install dependencies with bun i, then start PostgreSQL and Redis via Docker using bun docker:pg and bun docker:redis. Apply database migrations with bun db:push. A management UI and a connection/config generator are provided for streamlined setup.
Key features of MCP Bridge - Proxying STDIO Servers to SSE/HTTP Transport
- Management UI for adding and managing MCP servers.
- Connection and config generator with copy-paste-ready strings.
- Protocol translation from STDIO to SSE/HTTP.
- Minimal configuration required for quick deployment.
- Supports multiple transport protocols for versatile integration.
Use cases of MCP Bridge - Proxying STDIO Servers to SSE/HTTP Transport
- Self-hosting MCP servers for personal or project AI applications.
- Making local MCP servers globally accessible via services like Cloudflare Tunnel.
- Integrating MCP servers with web-based AI applications.
- Bypassing platform communication limitations (e.g., serverless environments).
FAQ from MCP Bridge - Proxying STDIO Servers to SSE/HTTP Transport
What is MCP Bridge's primary function?
It proxies STDIO-based MCP servers to SSE/HTTP transport, enabling deployment on platforms that lack STDIO support.
What dependencies are required?
Bun, PostgreSQL, and Redis are required. Docker containers are provided for PostgreSQL and Redis via bun docker:pg and bun docker:redis.
How do I deploy MCP Bridge?
Run bun i, start Docker containers for PostgreSQL and Redis, then apply database migrations with bun db:push. The management UI allows visual server management.
What transport protocols does it support?
It supports Server-Sent Events (SSE) and streamable HTTP transport, moving beyond traditional WebSocket adapters.
What are known limitations?
STDIO communication is incompatible with serverless platforms like Vercel; MCP Bridge resolves this. No other limitations are mentioned in the README.
「開発者ツール」の他のコンテンツ
Deepwiki MCP Server
regenrek📖 MCP server for fetch deepwiki.com and get latest knowledge in Cursor and other Code Editors
MCP Framework
QuantGeekDevThe Typescript MCP Framework
sentry-mcp
getsentryAn MCP server for interacting with Sentry via LLMs.
Burp Suite MCP Server Extension
PortSwiggerMCP Server for Burp
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
コメント