airbroke vs time
Side-by-side comparison to help you pick between these two MCP servers.
airbroke by icoretech | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 215 | ★ 85,748 |
| 30d uses | — | — |
| Score | 49 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsMonitoringAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
airbroke · Summary
Airbroke is a PostgreSQL-based error tracking service with MCP API integration for LLM/agent connections.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
airbroke · Use cases
- Replace commercial error tracking services like Sentry or Airbrake with a self-hosted solution
- Integrate error reporting with AI systems through the MCP API for automated issue analysis
- Manage application errors across multiple projects with OAuth authentication and role-based access
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
airbroke · Install
Install via Docker (recommended):
docker run -p 3000:3000 icoretech/airbroke:latestOr build from source:
cp .env.dist .env
# Edit .env with your settings
yarn install
yarn build
yarn startTo use with Claude Desktop, add to your config.json:
{
"mcpServers": {
"airbroke": {
"command": "docker",
"args": ["run", "-p", "3000:3000", "icoretech/airbroke:latest"]
}
}
}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"]
}
}
}