mcp payway for Zed
io.github.codespar/mcp-payway
Payway (ex-Decidir) — Argentina card acquiring: tokenize, charge, capture, refund
client:Zed
transport:stdio
runtime:npm
Install mcp payway in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp-payway": {
"command": "npx",
"args": [
"-y",
"@codespar/mcp-payway"
],
"env": {
"PAYWAY_PUBLIC_API_KEY": "<PAYWAY_PUBLIC_API_KEY>",
"PAYWAY_PRIVATE_API_KEY": "<PAYWAY_PRIVATE_API_KEY>",
"PAYWAY_ENV": "<PAYWAY_ENV>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs