cobroya for Zed
io.github.dan1d/cobroya
Mercado Pago payments for AI agents: payment links, search, refunds, merchant info.
client:Zed
transport:stdio
runtime:npm
Install cobroya in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"cobroya": {
"command": "npx",
"args": [
"-y",
"cobroya"
],
"env": {
"MERCADO_PAGO_ACCESS_TOKEN": "<MERCADO_PAGO_ACCESS_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs