Odel
tradememory protocol

tradememory protocol

Local
@mnemox-ai1.4kPythonMITUpdated 3w ago

MCP memory for AI trading agents. Store trades, recall similar setups, track strategy performance.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPItradememory-protocolv0.5.4

Run

uvx tradememory-protocol

MCP client config

{
  "mcpServers": {
    "tradememory-protocol": {
      "command": "uvx",
      "args": [
        "tradememory-protocol"
      ]
    }
  }
}