Skip to content

defi orchestrator for Zed

io.github.lordbasilaiassistant-sudo/defi-orchestrator

Multi-step DeFi strategy orchestration — swaps, lending, yields on Base/EVM

client:Zed transport:stdio runtime:npm

Install defi orchestrator 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": {
    "defi-orchestrator": {
      "command": "npx",
      "args": [
        "-y",
        "@thryx/defi-orchestrator-mcp-server"
      ],
      "env": {
        "RPC_URL": "<RPC_URL>",
        "THRYX_API_KEY": "<THRYX_API_KEY>",
        "DEPLOYER_PRIVATE_KEY": "<DEPLOYER_PRIVATE_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

defi orchestrator in other clients