Marque Docs

Connect with Zed

Zed supports remote MCP servers and launches standard MCP OAuth when no Authorization header is configured.

Add Marque from settings

  1. Open Settings → AI → MCP Servers.
  2. Select Add Server, then Add Remote Server.
  3. Name the server Marque.
  4. Enter https://marque.at/mcp as the URL.
  5. Leave authorization headers empty and save.
  6. Complete AT Protocol sign-in and Marque consent in the browser.

The status indicator beside Marque should turn green and report Server is active.

Add Marque in settings.json

Open zed: open settings file and add:

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

Do not add an Authorization header. Its absence is what tells Zed to start MCP OAuth.

Use the tools

Open the Agent Panel and ask Zed to search or list domains. Zed can also expose configured MCP servers to compatible external agents over ACP.

For tighter control, configure Zed tool permissions using keys such as mcp:marque:change_dns_records, or create an agent profile that enables only the Marque tools needed for a task.

See Zed’s MCP documentation for current settings and tool-permission options.

On this page