Minibridge MCP Server

Minibridge can help ensure the integrity of MCP servers through SBOM (Software Bill of Materials) generation and real-time validation.

Local serverstdioGo

What is the Minibridge MCP server?

If you already use Minibridge, the minibridge mcp server is the piece that lets your assistant work with it directly. Minibridge can help ensure the integrity of MCP servers through SBOM (Software Bill of Materials) generation and real-time validation.

What the server does

  • Secure Transport — Use TLS with optionally, client certificate validation
  • Integrity — Ensure the MCP server can not mutate tools, templates, etc. during the execution
  • User Authentication — Transport the user information to the Policer
  • Monitoring — Expose prometheus metrics
  • Telemetry — Report traces and spans using Opentelemetry

Available tools

The toolset is worth reading before you wire it up, because it tells you what the integration is really for:

  • Integrity — Ensure the MCP server can not mutate tools, templates, etc. during the execution
  • Monitoring — Expose prometheus metrics
  • Telemetry — Report traces and spans using Opentelemetry
  • Homebrew — The Homebrew tool exposed by this server
  • Manually — You can easily grab a binary version for your platform from the release page

Installation

Installation goes through your MCP client rather than a global install: point it at mcp-server-fetch on PyPI and it is fetched when the client starts. The copy-paste blocks for Claude Desktop, Claude Code and Cursor are further down this page.

Where it fits

Among the monitoring and observability options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Minibridge's toolset — Integrity, Monitoring, Telemetry and 2 more — is a fair guide to whether it matches your workflow. It is maintained by acuvity; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Worth knowing first

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • Keep per-call confirmation enabled while you learn its behaviour; it is the cheapest safeguard you have.

Available tools

ToolWhat it does
IntegrityEnsure the MCP server can not mutate tools, templates, etc. during the execution
MonitoringExpose prometheus metrics
TelemetryReport traces and spans using Opentelemetry
HomebrewThe Homebrew tool exposed by this server.
ManuallyYou can easily grab a binary version for your platform from the [release page](https://github.com/acuvity/minibridge/releases/tag/v0.6.2).

How to install the Minibridge MCP server

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

Configuration as documented by the project. Restart the client after saving.

Example prompts to try

  • Use Minibridge to Integrity.
  • Use Minibridge to Monitoring.
  • Use Minibridge to Telemetry.

Frequently asked questions

It connects Minibridge to MCP-compatible AI assistants such as Claude and Cursor, exposing 5 tools (Integrity, Monitoring, Telemetry, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Minibridge directly.