tradememory-protocol
MCP memory for AI trading agents. Store trades, recall similar setups, track strategy performance.
TradeMemory Protocol captures the full decision context of AI trading agents, recording the conditions that triggered signals, the filters that passed or blocked, market indicators, risk state, and execution details. Each record is SHA-256 hashed for tamper detection, ensuring the integrity of the decision-making process. This protocol allows agents to remember what strategies worked across sessions, discover patterns, and adjust their strategies automatically, leveraging a three-layer architecture inspired by ACT-R cognitive science. This tool is ideal for developers building AI agents that trade in forex, crypto, or equities across various platforms like MT5, Binance, or Alpaca. It not only proves the reasoning behind each trading decision but also enhances the agent's performance by learning from past outcomes, making it a powerful asset for anyone involved in automated trading.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"tradememory-protocol": {
"args": [
"tradememory-protocol"
],
"command": "uvx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions