qlows mcp for Gemini CLI
io.github.getqlows/qlows-mcp
Find Tenders in 35 Countries of the WTO-GPA Zone and ground your AI for your RFP responses
client:Gemini CLI
transport:stdio
runtime:npm
Install qlows mcp in Gemini CLI
~/.gemini/settings.json · windows: %USERPROFILE%\.gemini\settings.json
{
"mcpServers": {
"qlows-mcp": {
"command": "npx",
"args": [
"-y",
"@qlows/mcp"
],
"env": {
"QLOWS_TOKEN": "<QLOWS_TOKEN>",
"QLOWS_BASE_URL": "<QLOWS_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