Skip to content

Artifact Delivery Desk for VS Code

io.github.wxt-ai/artifact-export-route-workbench

Register an artifact delivery route

client:VS Code transport:streamable-http

Install Artifact Delivery Desk in VS Code

.vscode/mcp.json

{
  "servers": {
    "artifact-export-route-workbench": {
      "type": "http",
      "url": "https://antibody-package-occasional-floppy.trycloudflare.com/mcp/artifact-export-route/downstream"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Artifact Delivery Desk in other clients