Skip to content
VS Code

Arezzo for VS Code

io.github.convergentmethods/arezzo

Deterministic Google Docs API compiler. Your agent stops silently corrupting documents.

client:VS Code transport:stdio runtime:pypi

Install Arezzo in VS Code

.vscode/mcp.json

{
  "inputs": [
    {
      "type": "promptString",
      "id": "google-application-credentials",
      "description": "GOOGLE_APPLICATION_CREDENTIALS",
      "password": true
    }
  ],
  "servers": {
    "arezzo": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "arezzo"
      ],
      "env": {
        "GOOGLE_APPLICATION_CREDENTIALS": "${input:google-application-credentials}"
      }
    }
  }
}

VS Code prompts for each input the first time the server starts, so no secret is written to the file. VS Code docs

Arezzo in other clients