Skip to main content

Quick Install

uvx zenable-mcp install mcp kiro
Requires UV. See the CLI command reference for more options.
That’s it! You’re all set. Restart Kiro and complete OAuth authentication when prompted. Then start using Zenable’s conformance checking in your AI coding assistant.
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",
      "url": "https://mcp.zenable.app/"
    }
  }
}
In one of these file locations:
.kiro/settings/mcp.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.

About Kiro MCP Support

Kiro now supports remote MCP servers with OAuth authentication using modern streaming HTTP. This means Zenable works seamlessly with Kiro without any special configuration or exceptions. For more details on MCP in Kiro, visit the Kiro MCP documentation.