Skip to content

base multi wallet mcp for Zed

io.github.lordbasilaiassistant-sudo/base-multi-wallet-mcp

MCP server for AI agents to manage multiple wallets with coordinated trading and batch operations on

client:Zed transport:stdio runtime:npm

Install base multi wallet mcp in Zed

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

{
  "context_servers": {
    "base-multi-wallet-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "base-multi-wallet-mcp"
      ]
    }
  }
}

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

base multi wallet mcp in other clients