time vs remember-mcp-vscode
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | remember-mcp-vscode by NiclasOlofsson | |
|---|---|---|
| Stars | ★ 85,748 | ★ 5 |
| 30d uses | — | — |
| Score | 77 | 37 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | AI / LLM ToolsDeveloper ToolsProductivity |
| Language | TypeScript | TypeScript |
| Last commit | this month | 9 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
remember-mcp-vscode · Summary
VS Code extension that brings persistent memory to your AI assistant through MCP integration.
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
remember-mcp-vscode · Use cases
- Personal AI memory for coding preferences and habits
- Team knowledge sharing for onboarding and coding conventions
- Monitoring GitHub Copilot usage and managing costs
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"]
}
}
}remember-mcp-vscode · Install
Installation
- Install Remember MCP from the VS Code Marketplace
- The extension will automatically detect if Python and pipx are installed
- If needed, it will install pipx for you
- The MCP server will auto-register if enabled in settings
For manual setup:
# Install Python (if not already installed)
# Get it at https://www.python.org/downloads/
# Install pipx
pip install pipx
# Install extension from VS Code marketplaceFor Claude Desktop integration, add to your claude_desktop_config.json:
{
"mcpServers": {
"remember-mcp": {
"command": "pipx run --system-site-packages --spec git+https://github.com/NiclasOlofsson/mode-manager-mcp.git mode-manager-mcp"
}
}
}