codex-agent-mem vs time
Side-by-side comparison to help you pick between these two MCP servers.
codex-agent-mem by MarceloCaporale | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 21 | ★ 85,748 |
| 30d uses | — | — |
| Score | 43 | 77 |
| Official | — | ✓ |
| Categories | AI / LLM ToolsDeveloper ToolsProductivity | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | this month | this month |
codex-agent-mem · Summary
Local-first MCP memory layer that compresses context packs with SQLite + FTS5 for multiple AI coding workflows.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
codex-agent-mem · Use cases
- Improving context continuity in long-running AI coding workflows by maintaining persistent memory locally
- Reducing token usage in AI agents by compressing repeated operational context into smaller packs
- Creating auditable memory systems for sensitive development projects without external data transmission
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
codex-agent-mem · Install
Install codex-agent-mem via pip:
pip install codex-agent-memFor Claude Desktop, add to your config.json:
{
"mcpServers": {
"codex-agent-mem": {
"command": "codex-agent-mem",
"args": ["--read-only", "--profile", "minimal"]
}
}
}The server also supports stdio mode for other MCP-compatible clients with various runtime profiles (minimal, standard, full) and configuration options.
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"]
}
}
}