Skip to content
VS Code

The Deployer for VS Code

com.thedploy/deployer

Check if a repo will deploy, plan a deploy to your own cloud, and see status, logs and redeploys.

client:VS Code transport:streamable-http runtime:npm tools:6

Install The Deployer in VS Code

.vscode/mcp.json

{
  "servers": {
    "deployer": {
      "type": "http",
      "url": "https://app.thedploy.com/api/v1/mcp"
    }
  }
}

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

What VS Code can do once it is connected

The Deployer in other clients