bifrost vs time
Side-by-side comparison to help you pick between these two MCP servers.
bifrost by maximhq | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 4,961 | ★ 85,748 |
| 30d uses | — | — |
| Score | 58 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsOps & Infra | ProductivityDeveloper ToolsCommunication |
| Language | Go | TypeScript |
| Last commit | this month | this month |
bifrost · Summary
Bifrost is a high-performance AI gateway with MCP support for tool calling, load balancing, and semantic caching across 1000+ models.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
bifrost · Use cases
- Enterprise AI deployment with unified API access to multiple providers
- Production applications requiring high-performance load balancing and caching
- AI systems needing external tool capabilities through MCP integration
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
bifrost · Install
Installation
Using NPX (Quick Start)
npx -y @maximhq/bifrostUsing Docker
docker run -p 8080:8080 maximhq/bifrostGo SDK Integration
go get github.com/maximhq/bifrost/coreClaude Desktop Configuration
To enable Bifrost MCP server in Claude Desktop:
{
"mcpServers": {
"bifrost": {
"command": "npx",
"args": ["-y", "@maximhq/bifrost"],
"env": {}
}
}
}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"]
}
}
}