MCP Catalogs
Home

minibridge vs time

Side-by-side comparison to help you pick between these two MCP servers.

minibridge
by acuvity
time
by modelcontextprotocol
Stars★ 54★ 85,748
30d uses
Score4577
Official
Categories
SecurityDeveloper ToolsOps & Infra
ProductivityDeveloper ToolsCommunication
LanguageGoTypeScript
Last commit1 mo agothis month

minibridge · Summary

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

time · Summary

A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.

minibridge · Use cases

  • Production deployment of MCP servers with enhanced security and monitoring
  • Organizations needing authentication and content filtering for MCP tool access
  • Teams requiring SBOM generation and integrity validation for MCP tools

time · Use cases

  • Assisting with international meeting scheduling across time zones
  • Providing real-time time information for location-based queries
  • Enabling time conversion for travel planning and itineraries

minibridge · Install

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"]
    }
  }
}

time · Install

Installation Options

**Using uv (recommended):**

uvx mcp-server-time

**Using PIP:**

pip install mcp-server-time
python -m mcp_server_time

**Configure for Claude Desktop:**

{
  "mcpServers": {
    "time": {
      "command": "uvx",
      "args": ["mcp-server-time"]
    }
  }
}
Comparison generated from public README + GitHub signals. Last updated automatically.