mcp-duckdb-memory-server vs time
Side-by-side comparison to help you pick between these two MCP servers.
mcp-duckdb-memory-server by IzumiSy | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 57 | ★ 85,748 |
| 30d uses | — | — |
| Score | 46 | 77 |
| Official | — | ✓ |
| Categories | Knowledge GraphDeveloper ToolsAI / LLM Tools | ProductivityDeveloper ToolsCommunication |
| Language | TypeScript | TypeScript |
| Last commit | 1 mo ago | this month |
mcp-duckdb-memory-server · Summary
A production-ready MCP memory server using DuckDB as backend for knowledge graph storage and retrieval.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
mcp-duckdb-memory-server · Use cases
- Building persistent memory for AI assistants
- Creating knowledge graphs for personal information management
- Enhancing chatbot capabilities with relational data storage
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
mcp-duckdb-memory-server · Install
Installation
Via Smithery
npx -y @smithery/cli install @IzumiSy/mcp-duckdb-memory-server --client claudeManual Install
Add to claude_desktop_config.json:
{
"mcpServers": {
"graph-memory": {
"command": "npx",
"args": [
"-y",
"@izumisy/mcp-duckdb-memory-server"
],
"env": {
"MEMORY_FILE_PATH": "/path/to/your/memory.data"
}
}
}
}Docker
docker build -t mcp-duckdb-graph-memory .
docker run -dit mcp-duckdb-graph-memorytime · 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"]
}
}
}