Payaion for Zed
io.github.defdone/payaion
Agent file transfer. No API key to start; price downloads in USDC on Base.
client:Zed
transport:stdio
runtime:npm
Install Payaion in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"payaion": {
"command": "npx",
"args": [
"-y",
"@payaion/mcp"
],
"env": {
"PAYAION_API_KEY": "<PAYAION_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs