Marque Docs

Connect with Cursor

Cursor supports URL-based remote MCP servers and OAuth.

Add Marque in mcp.json

Use user-level configuration to make Marque available across projects, or .cursor/mcp.json for a trusted project:

{
  "mcpServers": {
    "marque": {
      "url": "https://marque.at/mcp"
    }
  }
}

No static auth block or bearer header is needed. Cursor discovers Marque’s OAuth metadata and registers the client during connection.

After saving the file, open Customize → MCP in Cursor. Connect Marque, complete AT Protocol sign-in and consent in the browser, then confirm that its tools are enabled for Agent.

See Cursor’s MCP documentation for configuration scopes and enterprise controls.

On this page