absec-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@absec-mcpReview my staged changes for vulnerabilities"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
absec-mcp
Production MCP server for Cursor / VS Code Copilot — review diffs and files with the same absec rule IDs as CI.
By Agent Breach. Complements Agent Breach DAST. No account required. Not a pentest.
60-second win (Cursor)
Add to .cursor/mcp.json:
{
"mcpServers": {
"absec": {
"command": "npx",
"args": ["-y", "@agentbreach/absec-mcp@0.1.0"],
"env": {
"ABSEC_WORKSPACE": "${workspaceFolder}"
}
}
}
}Then ask the agent: “Run absec review_diff on staged changes.”
Related MCP server: SnapBack MCP Server
VS Code Copilot Chat (MCP)
Same npx command in MCP settings. Tools appear as review_diff, review_file, etc.
Tools
Tool | Purpose |
| staged / unstaged / all changed files |
| one path (workspace-sandboxed) |
| batch scan (capped) |
| rule catalog / CWE / fix |
| unified-diff preview (does not write) |
| catalog |
Suppress with # absec-ignore: ABSEC-JWT-001 or project absec.config.json.
Safety
Local rule engine only (no Agent Breach cloud)
Refuses path escape and secret-like filenames (
.env,*.pem)Redacts secret snippets in findings from
@agentbreach/absec-core
License
Apache-2.0 © Agent Breach
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Deep security scans of repos you own from your editor: dependency CVEs, SAST, git-history secrets.
Security reviews, threat models over a repo or website, and remediation tracking, in your editor.
19Security reviews for coding agents: diffs checked against your org policy and live infrastructure.
Generate SBOMs, scan vulnerabilities, and analyze dependencies from local projects or Git repos.
Related MCP Servers
- AlicenseNot gradedqualityNot gradedmaintenanceEnables security scanning of code projects to identify common vulnerabilities like XSS, injections, SSRF, and path traversal issues. Provides local, offline scanning with severity-grouped results and actionable fix suggestions for improving code security.38-
- AlicenseNot gradedqualityCmaintenanceEnables AI-powered code safety analysis including risk detection, secret scanning, dependency checking, and code snapshot management. Works offline for basic features with optional cloud integration for advanced ML analysis and team collaboration.81Apache 2.0
- AlicenseNot gradedqualityAmaintenanceEnables AI coding tools to scan projects for security vulnerabilities, hardcoded secrets, injection flaws, and privacy violations with 699 rules and 76 MCP tools, all running locally with zero telemetry.216MIT
- FlicenseNot gradedqualityAmaintenanceEnables auditors to scan cloud IAM policies for privilege-escalation paths, wildcards, and risky grants directly within Cursor or Claude Code, using a deterministic rule engine that runs entirely on local infrastructure.1-