MCP Catalogs
Homeminibridge screenshot

minibridge

by acuvity·54·Score 45

Minibridge is a secure production bridge for MCP servers with policy enforcement, authentication, and monitoring capabilities.

securitydeveloper-toolsops-infra
13
Forks
1
Open issues
1 mo ago
Last commit
2d ago
Indexed

Overview

Minibridge acts as a secure bridge between MCP servers and clients, providing TLS encryption, tool integrity checks, and optional policy enforcement through Rego or HTTP policers. It offers comprehensive security features including user authentication, content analysis, secret redaction, and PII detection. The solution integrates with OpenTelemetry for monitoring and provides Prometheus metrics. Minibridge can be deployed in an all-in-one mode for simplicity or configured for more complex deployments with separate frontend and backend components.

Try asking AI

After installing, here are 6 things you can ask your AI assistant:

you:Production deployment of MCP servers with enhanced security and monitoring
you:Organizations needing authentication and content filtering for MCP tool access
you:Teams requiring SBOM generation and integrity validation for MCP tools
you:What is Minibridge?
you:How does Minibridge enhance MCP security?
you:Can Minibridge work with existing MCP servers?

When to choose this

Choose Minibridge when deploying MCP servers in production requiring security policies, integrity checks, and monitoring capabilities.

When NOT to choose this

Avoid for simple local development or when you need direct MCP server access without the overhead of a gateway.

Comparable tools

mcp-server-proxymcp-routersecure-gateway

Installation

Minibridge can be installed through multiple methods:

**Homebrew (macOS)**

brew tap acuvity/tap
brew install minibridge

**AUR (Arch Linux)**

yay -S minibridge

**Go**

go install go.acuvity.ai/minibridge@latest

**Binary** Download prebuilt binaries from the [release page](https://github.com/acuvity/minibridge/releases/tag/v0.6.2)

**Claude Desktop Configuration**

{
  "mcpServers": {
    "fetch": {
      "command": "minibridge",
      "args": ["aio", "--", "uvx", "mcp-server-fetch"]
    }
  }
}

FAQ

What is Minibridge?
Minibridge is a backend-to-frontend bridge that securely exposes MCP servers to the internet with optional policy enforcement, authentication, and monitoring capabilities.
How does Minibridge enhance MCP security?
Minibridge provides TLS encryption, tool integrity checks, SBOM generation, user authentication, content filtering, and PII detection to ensure the security and integrity of MCP servers.
Can Minibridge work with existing MCP servers?
Yes, Minibridge acts as a wrapper around existing MCP servers and can be configured as a replacement in MCP client configurations with minimal changes.

On Hacker News

Recent discussion from the developer community.

Compare minibridge with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.