Skip to main content

Quick Install

uvx zenable-mcp install mcp gemini --global
Requires UV. See the CLI command reference for more options.
Gemini CLI only supports global MCP server installations.
That’s it! You’re all set. Start using Zenable’s conformance checking in Gemini CLI.
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:
{
  "mcpServers": {
    "zenable": {
      "type": "http",
      "httpUrl": "https://mcp.zenable.app/",
      "oauth": {
        "enabled": true
      },
      "trust": true
    }
  }
}
In this file location:
~/.gemini/settings.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