Skip to content
Zed

MemoTrader MCP Server for Zed

com.memotrader/mcp

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

client:Zed transport:stdio runtime:npm

Install MemoTrader MCP Server in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

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

Merge this into your existing settings object — do not replace the file. Zed docs

MemoTrader MCP Server in other clients