ingero vs time
Side-by-side comparison to help you pick between these two MCP servers.
ingero by ingero-io | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 81 | ★ 85,748 |
| 30d uses | — | — |
| Score | 48 | 77 |
| Official | — | ✓ |
| Categories | MonitoringDeveloper ToolsAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | C | TypeScript |
| Last commit | this month | this month |
ingero · Summary
Ingero is an eBPF-based GPU observability tool that exposes diagnostic capabilities through MCP for AI assistants.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
ingero · Use cases
- AI assistants diagnosing GPU performance bottlenecks in ML training
- Correlating CPU events with GPU stalls for root cause analysis
- Automated incident investigation for distributed GPU workloads
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
ingero · Install
Binary Install (recommended)
VERSION=0.16.0
curl -fsSL "https://github.com/ingero-io/ingero/releases/download/v${VERSION}/ingero_${VERSION}_linux_amd64.tar.gz" | tar xz
sudo mv ingero /usr/local/bin/Start MCP server
ingero mcpClaude Desktop Integration
Add to claude_desktop_config.json:
{
"mcpServers": {
"ingero": {
"command": "ingero",
"args": ["mcp"]
}
}
}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"]
}
}
}