Tradememory Protocol
Rank #880io.github.mnemox-ai/tradememory-protocol
MCP memory for AI trading agents. Store trades, recall similar setups, track strategy performance.
Tradememory Protocol is a Model Context Protocol (MCP) server published by mnemox-ai. It ranks #880 of 115,460 servers tracked on MCP Toplist, and its repository has 1,412 GitHub stars. Tradememory Protocol is listed across 5 registries — Official MCP, Smithery, PulseMCP, Glama and mcp.so, with 3 tracked versions. It was first listed on Feb 23, 2026 and most recently updated on Jul 29, 2026.
Ranks ahead of 114,580 of 115,460 servers on MCP Toplist.
Use Tradememory Protocol
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http tradememory-protocol https://server.smithery.ai/mnemox-ai/tradememory-protocol/mcpThis endpoint requires authentication — see the server’s docs for credentials.
claude mcp add tradememory-protocol -- uvx tradememory-protocol[mcp_servers.tradememory-protocol]
url = "https://server.smithery.ai/mnemox-ai/tradememory-protocol/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.tradememory-protocol]
command = "uvx"
args = ["tradememory-protocol"]Add to ~/.codex/config.toml.
https://server.smithery.ai/mnemox-ai/tradememory-protocol/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"tradememory-protocol": {
"command": "uvx",
"args": [
"tradememory-protocol"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"tradememory-protocol": {
"url": "https://server.smithery.ai/mnemox-ai/tradememory-protocol/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"tradememory-protocol": {
"command": "uvx",
"args": [
"tradememory-protocol"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"tradememory-protocol": {
"type": "http",
"url": "https://server.smithery.ai/mnemox-ai/tradememory-protocol/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"tradememory-protocol": {
"type": "stdio",
"command": "uvx",
"args": [
"tradememory-protocol"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"tradememory-protocol": {
"serverUrl": "https://server.smithery.ai/mnemox-ai/tradememory-protocol/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"tradememory-protocol": {
"command": "uvx",
"args": [
"tradememory-protocol"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"tradememory-protocol": {
"url": "https://server.smithery.ai/mnemox-ai/tradememory-protocol/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"tradememory-protocol": {
"command": "uvx",
"args": [
"tradememory-protocol"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.mnemox-ai%2Ftradememory-protocol)<a href="https://mcptoplist.com/server/io.github.mnemox-ai%2Ftradememory-protocol"><img src="https://mcptoplist.com/badge/io.github.mnemox-ai%2Ftradememory-protocol.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (3 delisted)
mnemox-ai
Other servers by mnemox-ai
View all mnemox-ai servers →Available versions (3)
| Version | Published |
|---|---|
| 0.5.4 | Jul 29, 2026 |
| 0.3.1 | Mar 2, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Tradememory Protocol?
- Tradememory Protocol is maintained by mnemox-ai, which publishes 3 MCP servers (5 total versions) tracked on MCP Toplist.
- Is Tradememory Protocol listed on the Official MCP Registry?
- Yes — Tradememory Protocol is listed on the Official MCP Registry, alongside Smithery, PulseMCP, Glama and mcp.so.
- How many versions does Tradememory Protocol have?
- MCP Toplist tracks 3 versions of Tradememory Protocol, most recently published on Jul 29, 2026.
- Where can I find the source code for Tradememory Protocol?
- The source code for Tradememory Protocol is hosted at github.com/mnemox-ai/tradememory-protocol.