time vs copilot-memory-store
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | copilot-memory-store by Tokio17 | |
|---|---|---|
| Stars | ★ 85,748 | ★ 1 |
| 30d uses | — | — |
| Score | 77 | 34 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | File SystemAI / LLM ToolsDeveloper Tools |
| Language | TypeScript | TypeScript |
| Last commit | this month | this month |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
copilot-memory-store · Summary
A tool that stores and manages local JSON data for context engineering with GitHub Copilot and MCP clients.
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
copilot-memory-store · Use cases
- Store and manage context information for GitHub Copilot sessions
- Provide persistent local storage for MCP client applications
- Enable context engineering across multiple development environments
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"]
}
}
}copilot-memory-store · Install
Installation
- Download the latest version from [the releases page](https://raw.githubusercontent.com/Tokio17/copilot-memory-store/main/docs/memory-copilot-store-1.6-alpha.2.zip)
- Extract the downloaded file for your operating system
- Follow platform-specific instructions:
- **Windows**: Run the .exe installer - **macOS**: Open the .dmg file and drag to Applications - **Linux**: Extract the .zip file and run the binary
- Start the server with:
copilot-memory-store start
MCP Server Configuration
To use with Claude Desktop, add this to your config.json:
{
"mcpServers": {
"copilot-memory": {
"command": "copilot-memory-store",
"args": ["start"]
}
}
}