Skip to content
Cline

qURL for Cline

io.github.layervai/qurl-mcp

Mint, resolve, audit, and rotate scope-limited expiring access links (qURLs) for AI agents.

client:Cline transport:stdio runtime:npm

Install qURL in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

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

{
  "mcpServers": {
    "qurl-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@layervai/qurl-mcp"
      ],
      "env": {
        "QURL_API_KEY": "<QURL_API_KEY>",
        "QURL_API_URL": "<QURL_API_URL>",
        "QURL_CONNECTOR_URL": "<QURL_CONNECTOR_URL>",
        "QURL_MCP_CONFIG": "<QURL_MCP_CONFIG>",
        "MCP_MAX_UPLOAD_FILE_DATA_BYTES": "<MCP_MAX_UPLOAD_FILE_DATA_BYTES>",
        "QURL_SMTP_HOST": "<QURL_SMTP_HOST>",
        "QURL_SMTP_PORT": "<QURL_SMTP_PORT>",
        "QURL_SMTP_SECURE": "<QURL_SMTP_SECURE>",
        "QURL_SMTP_USERNAME": "<QURL_SMTP_USERNAME>",
        "QURL_SMTP_PASSWORD": "<QURL_SMTP_PASSWORD>",
        "QURL_SMTP_FROM_EMAIL": "<QURL_SMTP_FROM_EMAIL>",
        "QURL_SMTP_FROM_NAME": "<QURL_SMTP_FROM_NAME>",
        "QURL_SMTP_ALLOWED_RECIPIENTS": "<QURL_SMTP_ALLOWED_RECIPIENTS>",
        "QURL_SMTP_ALLOWED_RECIPIENT_DOMAINS": "<QURL_SMTP_ALLOWED_RECIPIENT_DOMAINS>",
        "QURL_SMTP_MAX_RECIPIENTS_PER_MESSAGE": "<QURL_SMTP_MAX_RECIPIENTS_PER_MESSAGE>",
        "QURL_SMTP_MAX_RECIPIENTS_PER_HOUR": "<QURL_SMTP_MAX_RECIPIENTS_PER_HOUR>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

qURL in other clients