Skip to content
VS Code

Clize for VS Code

ai.clize/clize

Real-world actions for AI coding agents: domains, email, deploys, payments, media, and SEO/GEO.

client:VS Code transport:stdio runtime:npm

Install Clize in VS Code

.vscode/mcp.json

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

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

Clize in other clients