Skip to main content

Quick Install

uvx zenable-mcp install mcp amazonq
Requires UV and npx. See the CLI command reference for more options.
That’s it! You’re all set. Restart your IDE and start using Zenable’s conformance checking in Amazon Q.
The below is a minimal example which may need to be merged with your existing configuration. Consider using the quick install command to handle this automatically.
Place the following configuration:
{
  "name": "default-agent",
  "version": "1.0.0",
  "mcpServers": {
    "zenable": {
      "disabled": false,
      "command": "npx",
      "args": ["-y", "--", "mcp-remote", "https://mcp.zenable.app/"],
      "timeout": 5000
    }
  },
  "tools": ["@zenable"],
  "allowedTools": ["@zenable/conformance_check"]
}
In one of these file locations:
.amazonq/agents/default.json
We only recommend this manual approach if your host doesn’t have uv or uvx installed and you’d like to avoid installing it. Otherwise, the installer is much safer and can handle configuration upgrades over time, handles merges with existing configs, performs backups and logging in case of issues, and more.
I