ontomics vs time
Side-by-side comparison to help you pick between these two MCP servers.
ontomics by EtienneChollet | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 31 | ★ 85,748 |
| 30d uses | — | — |
| Score | 44 | 77 |
| Official | — | ✓ |
| Categories | Developer ToolsAI / LLM ToolsKnowledge Graph | ProductivityDeveloper ToolsCommunication |
| Language | Rust | TypeScript |
| Last commit | 1 mo ago | this month |
ontomics · Summary
ontomics extracts domain knowledge from codebases via MCP, reducing token consumption 20x and search time 10x by making concepts and naming conventions queryable.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
ontomics · Use cases
- Accelerating code understanding by 20x through concept-based queries instead of file searches
- Maintaining code consistency by checking naming conventions against established patterns
- Discovering implementation similarities across differently named functions
- Exporting domain knowledge to bootstrap new repositories with established conventions
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
ontomics · Install
Install ontomics using your preferred method:
**npm (macOS/Linux):**
npm install -g @ontomics/ontomics**macOS (Homebrew):**
brew install EtienneChollet/tap/ontomics**Register with Claude Desktop:** Add to your claude_desktop_config.json:
{
"mcpServers": {
"ontomics": {
"command": "ontomics"
}
}
}**Share with your team** — drop an .mcp.json in your repo root:
{
"mcpServers": {
"ontomics": {
"command": "npx",
"args": ["-y", "@ontomics/ontomics", "--repo", "."]
}
}
}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"]
}
}
}