{
  "entry": {
    "kind": "agent",
    "slug": "amazon-q",
    "name": "Amazon Q Developer",
    "vendor": "Amazon",
    "description": "AWS AI coding assistant with CLI and MCP support",
    "website": "https://aws.amazon.com/q/developer",
    "repository": null,
    "documentationUrl": null,
    "license": null,
    "version": null,
    "trustLevel": "official",
    "capabilities": [],
    "packaging": null,
    "category": "cli",
    "configFiles": [
      {
        "id": "amazon-q-global-config",
        "description": "Global configuration",
        "scope": "global",
        "format": "json",
        "paths": {
          "win32": "${USERPROFILE}\\.aws\\amazonq\\default.json",
          "darwin": "${HOME}/.aws/amazonq/default.json",
          "linux": "${HOME}/.aws/amazonq/default.json"
        },
        "extractors": [
          "mcp-servers",
          "env-vars"
        ]
      },
      {
        "id": "amazon-q-global-mcp",
        "description": "Global MCP configuration (legacy)",
        "scope": "global",
        "format": "json",
        "paths": {
          "win32": "${USERPROFILE}\\.aws\\amazonq\\mcp.json",
          "darwin": "${HOME}/.aws/amazonq/mcp.json",
          "linux": "${HOME}/.aws/amazonq/mcp.json"
        },
        "extractors": [
          "mcp-servers",
          "env-vars"
        ]
      },
      {
        "id": "amazon-q-project-config",
        "description": "Project-level configuration",
        "scope": "project",
        "format": "json",
        "paths": {
          "win32": "${PROJECT}\\.amazonq\\default.json",
          "darwin": "${PROJECT}/.amazonq/default.json",
          "linux": "${PROJECT}/.amazonq/default.json"
        },
        "extractors": [
          "mcp-servers",
          "env-vars"
        ]
      }
    ],
    "updatedAt": "2026-09-02T18:21:41.256Z",
    "risk": {
      "score": 10,
      "band": "low",
      "signals": [
        {
          "id": "trust-official",
          "kind": "trust",
          "label": "Published by the vendor",
          "contribution": -40
        }
      ],
      "dangerousCombos": []
    },
    "dangerousCombos": []
  }
}