Obolus for Zed
io.github.inviti8/obolus
Disposable Algorand wallet for AI agents. Pay x402 resources in USDC, no human provisioning.
client:Zed
transport:stdio
runtime:pypi
Install Obolus in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"obolus": {
"command": "uvx",
"args": [
"obolus"
],
"env": {
"OBOLUS_NETWORK": "<OBOLUS_NETWORK>",
"OBOLUS_DATA_DIR": "<OBOLUS_DATA_DIR>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs