Marque Docs

Connect with VS Code

VS Code supports remote HTTP MCP servers and browser-based OAuth for agent tools.

Add Marque from the Command Palette

  1. Open the Command Palette.
  2. Run MCP: Add Server.
  3. Choose HTTP.
  4. Enter https://marque.at/mcp.
  5. Name the server marque.
  6. Choose user configuration to use Marque across projects, or workspace configuration for a trusted repository.
  7. Start the server and complete AT Protocol sign-in and Marque consent when prompted.

Add Marque in mcp.json

{
  "servers": {
    "marque": {
      "type": "http",
      "url": "https://marque.at/mcp"
    }
  }
}

Run MCP: List Servers to start, stop, restart, or inspect Marque. On first use, VS Code opens the browser to complete OAuth.

Workspace MCP configuration can affect everyone who opens a repository. Review it before trusting the workspace, and keep Marque in user configuration when project-wide sharing is unnecessary.

See VS Code’s MCP server guide and configuration reference for current commands and policy options.

On this page