Obol for Zed
io.github.superbigroach/obol
Find, pay for & call APIs in USDC from AI agents - gasless, sub-cent, 0% commission.
client:Zed
transport:stdio
runtime:npm
Install Obol in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"obol": {
"command": "npx",
"args": [
"-y",
"@superbigroach/obol-mcp"
],
"env": {
"OBOL_API_KEY": "<OBOL_API_KEY>",
"OBOL_AGENT_KEY": "<OBOL_AGENT_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs