Skip to content
Gemini CLI

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

qlows mcp in other clients