memory-bank-mcp vs time
Side-by-side comparison to help you pick between these two MCP servers.
memory-bank-mcp by alioshr | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 904 | ★ 85,748 |
| 30d uses | — | — |
| Score | 49 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsProductivityDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 9 mo ago | this month |
memory-bank-mcp · Summary
A TypeScript MCP server for centralized remote memory bank management across multiple projects.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
memory-bank-mcp · Use cases
- Managing persistent memory for AI assistants across multiple projects
- Centralizing knowledge bases for development teams working on different repositories
- Creating a shared memory resource that AI models can access regardless of the client application
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
memory-bank-mcp · Install
Installation
Automatic Installation with Smithery
npx -y @smithery/cli install @alioshr/memory-bank-mcp --client claudeManual Configuration
For Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
"allPepper-memory-bank": {
"type": "stdio",
"command": "npx",
"args": ["-y", "@allpepper/memory-bank-mcp@latest"],
"env": {
"MEMORY_BANK_ROOT": "YOUR_PATH"
}
}For Cursor
Settings → Features → Add MCP Server:
env MEMORY_BANK_ROOT=<path-to-bank> npx -y @allpepper/memory-bank-mcp@latesttime · 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"]
}
}
}