Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

JustHandled Agent Utility Gateway in other clients