Connect with VS Code
VS Code supports remote HTTP MCP servers and browser-based OAuth for agent tools.
Add Marque from the Command Palette
- Open the Command Palette.
- Run MCP: Add Server.
- Choose HTTP.
- Enter
https://marque.at/mcp. - Name the server
marque. - Choose user configuration to use Marque across projects, or workspace configuration for a trusted repository.
- 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.