How to Use the Cerbos MCP in Claude Code
Connect Claude Code to the Cerbos MCP Server and manage authorization policies directly from your terminal. Evaluate rules headless.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Cerbos MCP to Claude Code
Create your Vinkius account to connect Cerbos to Claude Code and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Headless Cerbos MCP Server evaluations
Terminal users connect to your authorization layer and run the `check_resources` tool to evaluate permissions instantly. You type the command, and it spits out the read-only evaluation right in your shell. SREs and DevOps engineers can pipe these results into other scripts. If you are debugging a production access issue, your terminal agent fetches the exact permission state for any principal in seconds.
Batch process AuthZEN requests via CLI
The `authzen_evaluations` tool processes multiple access requests using execute_all or deny_on_first_deny semantics directly from the command line. Running CI/CD checks on your policy changes requires reliable batch testing. You can script Claude Code to run these evaluations as part of a pre-commit hook or a GitHub Action. It catches broken access rules before they ever reach your staging environment.
Extract query plans and server config
Grabbing the right filter logic for a database query happens through the `plan_resources` tool. The agent produces the exact query plan required for a principal to access specific resources. Need to verify your deployment? The `get_server_info` and `get_authzen_config` tools return your instance build details and AuthZEN API endpoints. Everything happens through standard input and output streams.
Set up Cerbos MCP in Claude Code
Prerequisites
- Claude Code CLI installed (
npm install -g @anthropic-ai/claude-code) - Active Vinkius subscription with a valid endpoint token
- 1
Run the add command
Open your terminal and run the command shown on the right. Replace
[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. Use--scope userto make it available across all projects. - 2
Verify the connection
Start a Claude Code session and type
/mcpto list connected servers. You should seecerbos-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Cerbos transactions." It will automatically discover and invoke the available Cerbos tools.
claude mcp add --transport http cerbos-mcp https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about Cerbos MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Cerbos MCP today
We host it, we monitor it, we maintain it. You just paste one token.