Skip to content
VS Code

firstdollar for VS Code

io.github.lisamaraventano-spine/firstdollar

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

client:VS Code transport:stdio runtime:npm

Install firstdollar in VS Code

.vscode/mcp.json

{
  "servers": {
    "firstdollar": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "firstdollar"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

firstdollar in other clients