How to Use the Lacework (Cloud Security & CNAPP) MCP in Claude Code
Automate cloud security checks in your CI/CD pipelines and shell scripts with Lacework and Claude Code.
Works with every AI agent you already use
…and any MCP-compatible client
Connect Lacework (Cloud Security & CNAPP) MCP to Claude Code
Create your Vinkius account to connect Lacework (Cloud Security & CNAPP) 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.
Block Vulnerable Images Before They Deploy
This is your new quality gate. In your GitHub Action or Jenkins pipeline, add a step that calls `claude mcp call lacework-mcp list_container_vulnerabilities` with the SHA of the image you just built. It checks the image against Lacework's static analysis before it ever hits a registry. You can then pipe the JSON output to `jq` to count the number of critical vulnerabilities. If the count is greater than zero, you fail the build. No more shipping code with known critical CVEs.
Run On-Demand Security Queries via CLI
A new zero-day just dropped. You need to know your exposure now. Just run `claude mcp call lacework-mcp search_cve_exposure --cve "CVE-2026-0001"` right from your shell. The command returns a clean JSON list of every single machine in your fleet running the vulnerable software. You can pipe this list directly into an Ansible playbook or a bash script to immediately begin patching. It's the fastest way to go from discovery to remediation with an MCP Server.
Schedule Daily Security Audits with Claude Code
Set up a simple cron job to run a daily security check. A command like `claude mcp call lacework-mcp search_alerts --time-filter "-24h"` will pull all new alerts from the last day into a JSON file. Your script can then parse that file, format a summary, and send it to a Slack channel. You get a daily digest of your security posture without ever logging into a UI. It’s perfect for keeping the whole team aware of what's happening.
Set up Lacework (Cloud Security & CNAPP) 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 seelacework-cloud-security-cnapp-mcpwith a green status indicator. - 3
Start using tools
Ask Claude Code something like "Check my latest Lacework (Cloud Security & CNAPP) transactions." It will automatically discover and invoke the available Lacework (Cloud Security & CNAPP) tools.
claude mcp add --transport http lacework-cloud-security-cnapp-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 Lacework (Cloud Security & CNAPP) MCP in Claude Code
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the Lacework (Cloud Security & CNAPP) MCP today
We host it, we monitor it, we maintain it. You just paste one token.