What is Minibridge?
Minibridge is a tool that acts as a bridge between Model Context Protocol (MCP) servers and external clients, facilitating secure communication and integration with the Acuvity Platform.
How to use Minibridge?
To use Minibridge, you can start it in various modes: as an all-in-one process, backend, or frontend. For example, to start everything as a single process, run: minibridge aio --listen :8000 -- npx -y @modelcontextprotocol/server-filesystem /tmp.
Key features of Minibridge?
- Acts as a secure gateway for MCP servers.
- Supports WebSocket-based communication.
- Integrates with a Policer for advanced user authentication and authorization.
- Maintains compatibility with future MCP protocol changes.
Use cases of Minibridge?
- Connecting agents to MCP servers securely.
- Facilitating data streams between backend and frontend applications.
- Enabling role-based access control through Policer integration.
FAQ from Minibridge?
- Is Minibridge compatible with all MCP servers?
Yes, it is compatible with any compliant MCP server using protocol version 2024-11-05, with support for version 2025-03-26 in progress.
- How does Minibridge ensure security?
Minibridge can be configured with TLS and client certificates to secure communications.
- What is the current status of Minibridge?
Minibridge is still under active development, and several features are planned for future releases.