Bridge
Freeby MCP Community
Stdio-to-Streamable HTTP bridge for MCP servers — Platf AI Hub
v0.0.30Added Apr 12, 2026
Bridge MCP Server
Stdio-to-Streamable HTTP bridge for MCP servers — Platf AI Hub
Installation
Reviews
Installation
Quick install
npx -y @platf/bridge
Add to claude_desktop_config.json
{
"mcpServers": {
"bridge": {
"command": "npx",
"args": ["-y", "@platf/bridge"]
}
}
}