Skip to content
VS Code

Sakupa for VS Code

io.github.myerwang/sakupa

Publish and manage AI-made static websites from your AI tool: free previews, hosting, domains.

client:VS Code transport:stdio runtime:npm

Install Sakupa in VS Code

.vscode/mcp.json

{
  "servers": {
    "sakupa": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@sakupa/mcp"
      ]
    }
  }
}

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

Sakupa in other clients