All MCP servers

Tradememory Protocol

Official
by Api.AirforcestdioAI & LLM Tools01,179MIT

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

mcpopen-sourceai-llm-tools

Endpoint

POST 

Connecting a client

Most MCP clients accept a remote server URL plus a bearer token.

{
  "mcpServers": {
    "tradememory-protocol-imp4602f": {
      "url": "",
      "headers": { "Authorization": "Bearer YOUR_API_KEY" }
    }
  }
}