Skip to content
Zed

firstdollar for Zed

io.github.lisamaraventano-spine/firstdollar

An MCP that teaches AI agents to use the wallets they already have. Teacher, not butler.

client:Zed transport:stdio runtime:npm

Install firstdollar in Zed

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

{
  "context_servers": {
    "firstdollar": {
      "command": "npx",
      "args": [
        "-y",
        "firstdollar"
      ]
    }
  }
}

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

firstdollar in other clients