Skip to content
Cursor

qlows mcp for Cursor

io.github.getqlows/qlows-mcp

Find Tenders in 35 Countries of the WTO-GPA Zone and ground your AI for your RFP responses

client:Cursor transport:stdio runtime:npm

Install qlows mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "qlows-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@qlows/mcp"
      ],
      "env": {
        "QLOWS_TOKEN": "<QLOWS_TOKEN>",
        "QLOWS_BASE_URL": "<QLOWS_BASE_URL>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

qlows mcp in other clients