Skip to content

tradememory protocol for Grok

io.github.mnemox-ai/tradememory-protocol

Tamper-evident decision audit trail and outcome-weighted memory for AI trading agents.

client:Grok transport:stdio runtime:pypi

Install tradememory protocol in Grok

.mcp.json (in your project root)

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

tradememory protocol in other clients