Skip to content
Zed

send for Zed

io.github.vdappdev2/send

MCP server for Verus currency — send, convert, cross-chain transfer, balance/path/tx queries

client:Zed transport:stdio runtime:npm

Install send in Zed

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

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

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

send in other clients