
TradeMemory Protocol
by mnemox-ai
Persistent memory and decision audit trails for AI trading agents with SHA-256 tamper detection.
What it does
TradeMemory provides a specialized memory layer for AI trading agents, solving the problem of 'context amnesia' and regulatory compliance. It records every trading decision, the reasoning behind it, and the eventual outcome, creating a tamper-proof audit trail using SHA-256 hashing.
Tools
remember_trade: Records a trade across five memory layers (episodic, semantic, procedural, affective, and records).recall_memories: Retrieves past trades using Outcome-Weighted Memory (OWM) scoring based on similarity and success.get_behavioral_analysis: Analyzes trading patterns, streaks, and behavioral drift.check_trade_legitimacy: Implements a 5-factor pre-trade gate to ensure discipline.export_audit_trail: Generates a bulk export of decisions for regulatory submission (MiFID II / EU AI Act).verify_audit_hash: Validates the integrity of a specific trade record.
Installation
Add to your claude_desktop_config.json:
{
"mcpServers": {
"tradememory": {
"command": "uvx",
"args": ["tradememory-protocol"]
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
- Cursor
Quick install
pip install tradememory-protocolInformation
- Pricing
- freemium
- Published
- 4/29/2026






