Skip to content
Zed

QR Code Generator API for Zed

io.github.br0ski777/qr-code

Generate QR codes from text or URLs. Returns base64 PNG. x402 micropayment.

client:Zed transport:sse

Install QR Code Generator API in Zed

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

{
  "context_servers": {
    "qr-code": {
      "url": "https://qr-code.api.klymax402.com/mcp"
    }
  }
}

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

QR Code Generator API in other clients