RemoveDuplicates.org for Gemini CLI
org.removeduplicates/remove-duplicates
Remove duplicate lines or CSV/TSV rows from text. Stateless: processed per call, never stored.
client:Gemini CLI
transport:streamable-http
tools:1
Install RemoveDuplicates.org in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"remove-duplicates": {
"httpUrl": "https://removeduplicates.org/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs