TradeMemory is a memory and audit layer for AI trading agents that records trading decisions, outcomes, and context in a tamper-evident history. It is for traders and automated trading systems that need agents to recall past decisions and document their reasoning. Catalogue add-ons provide skills, commands, MCP tools, and related workflow components for using it.
Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
git clone --depth 1 https://github.com/mnemox-ai/tradememory-protocolWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/mcp/mnemox-ai/tradememory-protocol/tradememory)<a href="https://agentmods.dev/mcp/mnemox-ai/tradememory-protocol/tradememory"><img src="https://agentmods.dev/badge/mcp/mnemox-ai/tradememory-protocol/tradememory/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/mcp/mnemox-ai/tradememory-protocol/tradememory"><img src="https://agentmods.dev/badge/mcp/mnemox-ai/tradememory-protocol/tradememory.svg" alt="Reviewed on agentmods" width="80" height="20"></a>Grade A, and why
tradememory scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
{
"tradememory": {
"command": "uvx",
"args": [
"tradememory-protocol"
],
"env": {
"ANTHROPIC_API_KEY": "",
"TRADEMEMORY_API": "http://localhost:8000"
}
}
}What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 12 lines scan A e854c1b79a67
tradememory is an MCP server published in the GitHub repository mnemox-ai/tradememory-protocol (1,416 stars, last pushed 2d ago), licensed MIT. Its token cost is not measured: an MCP server costs its tool schemas, not its config file. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other mcp servers, from other repositories
fxmacrodata
Macroeconomic and FX time-series data for AI agents: indicators, calendars, COT, forex, commodities. Remote server at fxmacrodata.com.
readytrader-forex
MCP server "readytrader-forex" as configured in up2itnow0822/ReadyTrader-FOREX. Runs locally from the readytrader-forex Python package.
tickdb-market-data
Real-time & historical market data: forex, stocks, crypto, indices, metals, K-line, quotes. Remote server at mcp.tickdb.ai.
trading212-mcp-server
MCP server for Trading 212 - 32 tools for portfolio management, trading, pies, dividends, and analytics. Works with Claude, ChatGPT, Cursor, and any MCP client. Runs locally from the trading212-mcp-server Python package. Needs 3 environment variables to run.
coinrule-mcp
MCP server "coinrule-mcp", hosted remotely at cloud.coinrule.com, as configured in coinrule-com/coinrule-mcp-ai-trading.
trading212
MCP server "trading212" as configured in guilyx/t212-mcp. Runs locally from the t212-mcp npm package. Needs 3 environment variables to run.