Looking for a feature that you want but not seeing it? Let us know! We've got a public roadmap - take a look, submit something new, and vote for features you'd like to see at zenable.io/feedback
We’re excited to announce that the Zenable MCP server now supports OAuth natively.✅ Your existing config will keep working✅ Most IDEs will no longer rely on the old node dependency✅ You can now setup a new IDE or refer a friend just by just logging in - no API keys requiredUpgrading is easy:uvx zenable installThat one command will detect your IDEs and either install or upgrade your MCP configs automatically. No breaking changes — just a cleaner, more modern setup.If you’re happy with your current setup, no rush. But if you want to future-proof your workflow, and clean up any API keys from config files, now’s the time to run the upgrade.⚠️ Note: If you were using Kiro, we’ve had to drop support for now. Kiro doesn’t currently support secure remote MCP servers, which we require for obvious reasons. We’ll be monitoring the situation closely and will re-enable support as soon as they do.
Want to login with your Google, Microsoft, or GitHub accounts? No problem!We now support a wide range of login options so you can use what’s most convenient (and secure) for you.Not seeing the one you want? Let us know!
That's a great question, we also wanted to know so today we're releasing our public status page. It looks pretty good to us 🤩 Check it out yourself at zenable.io/status
Don't have everything as well documented as you'd like? Yeah, you and everyone else that we talk to.But that shouldn't stop you - in fact, now it doesn't! You can add requirements or controls directly through our interface and they will automatically (1) generate policy as code for deterministic enforcement, (2) get deployed into your tenant for use by the MCP server and PR Review bot, and (3) allow edits, disabling, re-enabling with just a click.
One of the things that stands out at Zenable is how extreme we take "ease of use." That's why we just released a new package which installs the Zenable MCP server and hooks for all of your projects, with just ONE command. Just run uvx zenable-mcp install and you're off to the races. Add --recursive if you're really feeling it, and check out the project on pypi to learn moreStay posted for some new features... 😁
Ever wish it was just that easy to prevent AI generated mistakes? Well now it's even easier, with our graph-based validation steps, now our reviews not only have world-class context engineering and deterministic validation, now they also have built-in double checks from their peers (🤖).
I know, it's hard to believe, but the Zenable PR reviews just got even smarter! Now every single review gets all of the context it needs, repo-wide. Our automation identifies the right context to pull into the review, and pulls it in so we've got the full picture.But don't worry, we don't save or train on any of your code, that's a promise. We pull in just what we need, only while we need it, then clean everything up to keep your code nice and safe (and 100% owned by you). Learn more by going to our FAQ and Security pages
When it comes to AI coding, nobody's better as of July 2025 than Anthropic (in our humble opinion). That's why we upgraded our MCP sever to use Anthropic's Opus and Sonnet models throughout! Now, not everything that our MCP server does uses AI (I know, shocking, right?), but when it does, now you're getting only the best - Anthropic's Opus and Sonnet 4 models.
Are you a fan of the Gemini CLI? Yeah, us too. That's why we added first class support to our MCP server, including a managed installation process and full documentation. And get started in no time by running uvx zenable-mcp install gemini!
There are certain types of files that just aren't worth spending the time doing a line-by-line review of. Compiled code, generated files, or lock files are great examples in many cases. But, not everyone has the same files that they'd like to skip. That's why we now support both inclusion and exclusion criteria in our configuration file, so you can make the PR review bot even faster and more focused by telling it what to skip, and what to always pay attention to. Learn more in our docs.