Skip to content
VS Code

Hatch for VS Code

com.viberooster/hatch

Hosting for AI agents: publish a live website in one tool call, ephemeral or forever.

client:VS Code transport:streamable-http

Install Hatch in VS Code

.vscode/mcp.json

{
  "servers": {
    "hatch": {
      "type": "http",
      "url": "https://mcp.theroost.dev/mcp"
    }
  }
}

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

Hatch in other clients