qURL for Windsurf
io.github.layervai/qurl-mcp
Mint, resolve, audit, and rotate scope-limited expiring access links (qURLs) for AI agents.
client:Windsurf
transport:stdio
runtime:npm
Install qURL in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs