ollama-mcp-bridge vs time
Side-by-side comparison to help you pick between these two MCP servers.
ollama-mcp-bridge by jonigl | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 86 | ★ 85,748 |
| 30d uses | — | — |
| Score | 47 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsOps & Infra | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | 1 mo ago | this month |
ollama-mcp-bridge · Summary
Ollama MCP Bridge provides an API layer that integrates multiple MCP servers with the Ollama API, enabling dynamic AI tool integration for local LLM applications.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
ollama-mcp-bridge · Use cases
- Building powerful local LLM applications with extended tool capabilities
- Creating custom AI agents that can access multiple specialized tools
- Enabling Ollama to use tools from different MCP servers simultaneously
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
ollama-mcp-bridge · Install
Installation Options
**Quick Start with uvx:**
uvx ollama-mcp-bridge**Install from PyPI:**
pip install --upgrade ollama-mcp-bridge**Run with Docker:**
docker run -p 8000:8000 \
-e OLLAMA_URL=http://host.docker.internal:11434 \
-v "$PWD/mcp-config.json:/mcp-config.json" \
ghcr.io/jonigl/ollama-mcp-bridge:latest**Claude Desktop Configuration:** Add to Claude Desktop config.json:
"mcpServers": {
"ollama-bridge": {
"command": "ollama-mcp-bridge",
"args": []
}
}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"]
}
}
}