Tradememory Protocol MCP Server

Getting Started | Use Cases | API Reference | OWM Framework | Limitations | 中文版. It runs locally over stdio via the published package.

People who work with forex, memory and mt5 and want it reachable from Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-14 · ★ 1,419 · #16 OF 304 MAINTAINED MEMORY · VERIFIED 2026-09-18

MIT · Python servers · how we verify → /methodology

01 · Install Tradememory Protocol

Claude Code

claude mcp add mnemox-ai-tradememory-protocol -- uvx tradememory-protocol

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package tradememory-protocol - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.mnemox-ai is GitHub-verified and matches the repo owner

03 · What Tradememory Protocol can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.5.5 · 2026-09-08

Security hotfix for the dashboard SPA catch-all route (GitHub issue #13). · SPA static path is now bounded to dashboard/dist - the catch-all in server.py checked containment with a plain string startswith, which has no…

v0.5.4 · 2026-07-28

Same-day hotfix for three critical gaps an adversarial review found in the v0.5.3 anchoring path: · Rebuilds no longer destroy existing anchors - tsa_token is preserved when the recomputed root is identical, dropped…

v0.5.3 · 2026-07-28

Highlights · Anchored audit, on by default. Daily Merkle roots now get an RFC 3161 TimeStampToken from an independent Time Stamp Authority automatically (TRADEMEMORY_TSA=off to opt out). Only a 32-byte hash leaves your…

04 · Who maintains Tradememory Protocol

tradememory-protocol is maintained by mnemox-ai. We track 2 MCP servers from mnemox-ai - 2 actively maintained, 2,236 combined GitHub stars, oldest repo from Feb 2026. Full record: all servers from mnemox-ai.

  1. idea-reality-mcp Pre-build reality check. Scans GitHub, HN, npm, PyPI, Product Hunt - returns 0-100 signal. ★ 817

05 · Facts

category
memory - ranked #16 of 304 actively-maintained memory servers as of 2026-09-18.
release cadence
4 releases in the last 90 days (latest 2026-09-08)
registry
io.github.mnemox-ai/tradememory-protocol (active, first published 2026-03-02 · 3 versions)
packages
pypi:tradememory-protocol

06 · Tradememory Protocol FAQ

What is Tradememory Protocol?

Getting Started | Use Cases | API Reference | OWM Framework | Limitations | 中文版. It runs locally over stdio via the published package.

Is Tradememory Protocol still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-14 and it shipped 4 releases in the last 90 days. We re-verify nightly.

How do I install Tradememory Protocol?

Run `uvx tradememory-protocol`. You can also paste the ready-made client config above.

Does Tradememory Protocol run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Tradememory Protocol

Pairs well with

Servers that cover what Tradememory Protocol doesn't - only shown when the pairing reason fits the companion.

  1. Server Filesystem → filesystem companion filesystem · ★ 39,038
  2. Pdf MCP → filesystem companion filesystem · ★ 135