nexusfeed abc for Gemini CLI
io.github.nexusfeed/nexusfeed-abc
US liquor license compliance records (CA, TX, NY, FL, IL) with verifiable provenance.
client:Gemini CLI
transport:stdio
runtime:pypi
Install nexusfeed abc in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"nexusfeed-abc": {
"command": "uvx",
"args": [
"nexusfeed-mcp"
],
"env": {
"MCP_API_BASE_URL": "<MCP_API_BASE_URL>",
"MCP_API_KEY": "<MCP_API_KEY>"
}
}
}
}
Gemini expands $VAR and ${VAR} inside env values, so a secret can live in your shell rather than this file. Gemini CLI docs