Structured 3-layer memory system for AI trading agents. L1 records every trade automatically. L2 discovers patterns via reflection engine. L3 evolves strategy in real-time. Built on MCP. Supports MT5, Binance, Alpaca. Python/FastAPI/SQLite. MIT licensed.
Server Config
{
"mcpServers": {
"tradememory": {
"command": "uvx",
"args": [
"tradememory-protocol"
]
}
}
}