time vs nowledge-mem
Side-by-side comparison to help you pick between these two MCP servers.
time by modelcontextprotocol | nowledge-mem by nowledge-co | |
|---|---|---|
| Stars | ★ 85,748 | ★ 181 |
| 30d uses | — | — |
| Score | 77 | 45 |
| Official | ✓ | — |
| Categories | ProductivityDeveloper ToolsCommunication | Knowledge GraphProductivityAI / LLM Tools |
| Language | TypeScript | — |
| Last commit | this month | 6 mo ago |
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
nowledge-mem · Summary
A local-first, graph-based memory manager that integrates with AI tools via MCP protocol.
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
nowledge-mem · Use cases
- Centralizing AI conversations across multiple platforms in one searchable location
- Automatically extracting and organizing insights from AI interactions into a knowledge graph
- Using MCP integration to capture conversation threads without manual intervention
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"]
}
}
}nowledge-mem · Install
Installation
- Download and install Nowledge Mem from [https://mem.nowledge.co/](https://mem.nowledge.co/)
- Configure MCP in your client (e.g., Claude Desktop):
{
"mcpServers": {
"nowledge-mem": {
"url": "http://localhost:14242/mcp",
"type": "streamableHttp",
"headers": {
"APP": "<MCP Client App Name here>"
}
}
}
}- Alternatively, use the Claude Code Plugin:
claude plugin marketplace add nowledge-co/community
claude plugin install nowledge-mem@nowledge-community