Skip to content
Gemini CLI

GoldenMatch for Gemini CLI

io.github.benseverndev-oss/goldenmatch

Find duplicate records in 30 seconds. Zero-config entity resolution, 97.2% F1 out of the box.

client:Gemini CLI transport:streamable-http runtime:pypi

Install GoldenMatch in Gemini CLI

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

{
  "mcpServers": {
    "goldenmatch": {
      "httpUrl": "https://goldenmatch-mcp-production.up.railway.app/mcp/"
    }
  }
}

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

GoldenMatch in other clients