Skip to content
Zed

avalanche for Zed

dev.avakit/avalanche

Act on Avalanche from your agent: scaffold a dapp, deploy a contract, mint, and read chain state.

client:Zed transport:stdio runtime:npm

Install avalanche in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "avalanche": {
      "command": "npx",
      "args": [
        "-y",
        "@avakit/mcp"
      ]
    }
  }
}

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

avalanche in other clients