← Back to Plugins
MCP Server MCP

QR for Agent

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "qr-for-agent",
      "version": "0.12.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your QR for Agent API key",
          "isRequired": true,
          "isSecret": true,
          "name": "API_KEY"
        },
        {
          "description": "API base URL (default: https://api.qrforagent.com)",
          "default": "https://api.qrforagent.com",
          "name": "BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...