-
Notifications
You must be signed in to change notification settings - Fork 13
Home
CyrilPeponnet edited this page May 7, 2025
·
24 revisions
Minibridge sits transparently between your Agents and your MCP servers, adding essential security controls—such as SBOM generation and Rego policy enforcement—without altering the core MCP protocol. Each section below stands on its own, allowing you to pick and choose which features to adopt first.
Minibridge supports the following transports:
Frontend (from client):
- stdio for process to process communication
-
streamable http for over the network communication (replaces the
http/ssein newer protocol versions) - http/sse for backward compatibility
Backend (to server):
Note
Frontend and Backend communicate over a WebSocket. Any client that supports WebSockets can connect directly to the Backend without using Frontend as a relay.
Check the sidebar menu to continue learning about Minibridge.