QR for Agent for Windsurf
io.github.benswel/qr-for-agent
Dynamic QR codes for AI agents — custom styling, scan tracking, webhooks
client:Windsurf
transport:stdio
runtime:npm
Install QR for Agent in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"qr-for-agent": {
"command": "npx",
"args": [
"-y",
"qr-for-agent"
],
"env": {
"API_KEY": "<API_KEY>",
"BASE_URL": "<BASE_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs