obol for Zed
io.github.halfkey/obol
Solana agent gateway via x402. Wallet, token, DeFi, and swap tools. Pay per request.
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",
"obol-mcp"
],
"env": {
"OBOL_URL": "<OBOL_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs