tradememory-protocol vs time
Side-by-side comparison to help you pick between these two MCP servers.
tradememory-protocol by mnemox-ai | time by modelcontextprotocol | |
|---|---|---|
| Stars | ★ 906 | ★ 85,748 |
| 30d uses | — | — |
| Score | 54 | 77 |
| Official | — | ✓ |
| Categories | FinanceAI / LLM ToolsDeveloper Tools | ProductivityDeveloper ToolsCommunication |
| Language | Python | TypeScript |
| Last commit | this month | this month |
tradememory-protocol · Summary
TradeMemory Protocol is an MCP server providing decision audit trails and persistent memory for AI trading agents with outcome-weighted recall and SHA-256 tamper detection.
time · Summary
A comprehensive MCP server providing time and timezone conversion tools with automatic system timezone detection.
tradememory-protocol · Use cases
- Pre-flight trading workflow: Memory retrieval before making trading decisions
- Automated trading systems: Sync trade decisions and outcomes from platforms like MT5
- Compliance and audit: Generate tamper-proof records for regulatory submissions
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
tradememory-protocol · Install
pip install tradememory-protocolAdd to Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"tradememory": {
"command": "uvx",
"args": ["tradememory-protocol"]
}
}
}For other clients:
# Claude Code
claude mcp add tradememory -- uvx tradememory-protocol
# From source
git clone https://github.com/mnemox-ai/tradememory-protocol.git
cd tradememory-protocol && pip install -e . && python -m tradememory
# Docker
docker compose up -dtime · 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"]
}
}
}