exclude feed for Gemini CLI
com.dropwatchhq/exclude-feed
Screen a business for federal exclusions & sanctions: OFAC SDN, HHS-OIG LEIE, SAM.gov debarment.
client:Gemini CLI
transport:streamable-http
tools:4
Install exclude feed in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"exclude-feed": {
"httpUrl": "https://exclude.dropwatchhq.com/mcp"
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs