tryx402 for Zed
io.github.crypto-yannso/tryx402
Budget router over x402: hard budget caps, idempotent paid calls, cost ledger, server-side pricing.
client:Zed
transport:stdio
runtime:pypi
Install tryx402 in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"tryx402": {
"command": "uvx",
"args": [
"tryx402"
],
"env": {
"GATEWAY_MAX_BUDGET_USD": "<GATEWAY_MAX_BUDGET_USD>",
"TRYX402_API_KEY": "<TRYX402_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs