hister vs time
Side-by-side comparison to help you pick between these two MCP servers.
hister by asciimoo | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 959 | ★ 85,748 |
| 30d uses | — | — |
| Score | 52 | 77 |
| Official | — | ✓ |
| Categories | SearchAI / LLM ToolsDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | Go | TypeScript |
| Last commit | this month | this month |
hister · Summary
Hister is a privacy-focused search engine with MCP support for AI-enhanced querying.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
hister · Use cases
- Personal search engine for private web browsing history
- Knowledge base indexing with AI-enhanced queries via MCP
- Community search server with multi-user support
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
hister · Install
Installation
- Clone the repository:
git clone https://github.com/asciimoo/hister.git - Build with
./manage.sh buildorgo generate ./...; go build - For development with hot reload:
`` npm run serve:app ``
Claude Desktop Configuration
Add the following to your Claude Desktop configuration:
{
"mcpServers": {
"hister": {
"command": "path/to/hister",
"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"]
}
}
}