JustHandled Agent Utility Gateway for Zed
io.github.justhandledlabs/agent-gateway
Thirty-two guarded agent utilities and maintained-data lookups over USDC x402.
client:Zed
transport:stdio
runtime:npm
Install JustHandled Agent Utility Gateway in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"agent-gateway": {
"command": "npx",
"args": [
"-y",
"@justhandledlabs/agent-client"
],
"env": {
"JH_EVM_PRIVATE_KEY": "<JH_EVM_PRIVATE_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs