Reggiee MCP

One remote MCP at https://reggiee-mcp.elabsagency.workers.dev/mcp. Cursor, Claude, and ChatGPT desktop send your rmcp_ key as a Bearer token. ChatGPT on the web still expects OAuth, which is not live on this server yet.

Cursor

  1. Settings → MCP → New MCP Server.
  2. Paste the JSON. Replace rmcp_YOUR_KEY with a key from Settings → API Keys.
  3. Save. Tools should show as reggiee.
{
  "mcpServers": {
    "reggiee": {
      "url": "https://reggiee-mcp.elabsagency.workers.dev/mcp",
      "headers": {
        "Authorization": "Bearer rmcp_YOUR_KEY"
      }
    }
  }
}

Health check: https://reggiee-mcp.elabsagency.workers.dev/debug with the same Bearer token.