Skip to content
Gemini CLI

mcp dlocal for Gemini CLI

io.github.codespar/mcp-dlocal

MCP server for dLocal — LatAm cross-border payments, payouts, refunds across 15+ countries

client:Gemini CLI transport:stdio runtime:npm

Install mcp dlocal in Gemini CLI

~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "mcp-dlocal": {
      "command": "npx",
      "args": [
        "-y",
        "@codespar/mcp-dlocal"
      ],
      "env": {
        "DLOCAL_LOGIN": "<DLOCAL_LOGIN>",
        "DLOCAL_TRANS_KEY": "<DLOCAL_TRANS_KEY>",
        "DLOCAL_SECRET_KEY": "<DLOCAL_SECRET_KEY>",
        "DLOCAL_BASE_URL": "<DLOCAL_BASE_URL>"
      }
    }
  }
}

Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs

mcp dlocal in other clients