time vs remind
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | remind by sandst1 | |
|---|---|---|
| Stars | ★ 85,748 | ★ 78 |
| 30d uses | — | — |
| Score | 77 | 46 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | AI / LLM ToolsKnowledge GraphDeveloper Tools |
| Language | TypeScript | Python |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
remind · Summary
Remind is an AI agent memory layer that extracts and maintains generalized concepts rather than verbatim text.
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
remind · Use cases
- Project memory management for development teams using AI coding assistants
- Research assistance by consolidating and recalling information across multiple sessions
- Personal knowledge management for AI-powered workflows
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"]
}
}
}remind · Install
# Install the package
pip install remind-mcp
# Start the MCP server
remind-mcp --port 8765Configure Claude Desktop:
{
"mcpServers": {
"remind": {
"url": "http://127.0.0.1:8765/sse?db=my-project"
}
}
}Optionally, install with additional features:
pip install "remind-mcp[postgres]" # For PostgreSQL support
pip install "remind-mcp[rerank]" # For cross-encoder reranking