Skip to content
Zed

QR for Agent for Zed

io.github.benswel/qr-for-agent

Dynamic QR codes for AI agents — custom styling, scan tracking, webhooks

client:Zed transport:stdio runtime:npm

Install QR for Agent in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "qr-for-agent": {
      "command": "npx",
      "args": [
        "-y",
        "qr-for-agent"
      ],
      "env": {
        "API_KEY": "<API_KEY>",
        "BASE_URL": "<BASE_URL>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

QR for Agent in other clients