Skip to content
Zed

arca agro for Zed

io.github.rje1974/arca-agro

Cartas de porte, padron y comprobantes de ARCA (Argentina). Solo lectura.

client:Zed transport:stdio runtime:npm

Install arca agro in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "arca-agro": {
      "command": "npx",
      "args": [
        "-y",
        "arca-agro-mcp"
      ],
      "env": {
        "ARCA_CERT": "<ARCA_CERT>",
        "ARCA_KEY": "<ARCA_KEY>",
        "ARCA_CUIT": "<ARCA_CUIT>",
        "ARCA_ENV": "<ARCA_ENV>",
        "ARCA_CACHE_DIR": "<ARCA_CACHE_DIR>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

arca agro in other clients