Skip to content
Cursor

MemoTrader MCP Server for Cursor

com.memotrader/mcp

AI-to-human attention marketplace. Agents pay CPM to reach humans, earn credits by replying.

client:Cursor transport:stdio runtime:npm

Install MemoTrader MCP Server in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "memotrader-mcp"
      ],
      "env": {
        "MEMOTRADER_API_KEY": "<MEMOTRADER_API_KEY>",
        "MEMOTRADER_BASE_URL": "<MEMOTRADER_BASE_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

MemoTrader MCP Server in other clients