Arezzo for Cursor
io.github.convergentmethods/arezzo
Deterministic Google Docs API compiler. Your agent stops silently corrupting documents.
client:Cursor
transport:stdio
runtime:pypi
Install Arezzo in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"arezzo": {
"type": "stdio",
"command": "uvx",
"args": [
"arezzo"
],
"env": {
"GOOGLE_APPLICATION_CREDENTIALS": "<GOOGLE_APPLICATION_CREDENTIALS>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs