Trae

PlatformDesktop agent runner
Node.jsRequired for sidecar

Steps

  1. Press Ctrl U to open Agents.
  2. Click AI Management (gear)MCP ➜ Configure Manually.
  3. Paste:
{
  "mcpServers": {
    "customgpt-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "supergateway",
        "--sse",
        "https://mcp.customgpt.ai/projects/<PROJECT_ID>/sse",
        "--header",
        "Authorization: Bearer <TOKEN>"
      ]
    }
  }
}
  1. Click Confirm; restart Trae.
  2. Pick the server in the Agents list and chat.

Get the token from app.customgpt.ai -> Project -> Deploy -> MCP Server.