apex-mcp
v1.0.1
Published
Security Agent For Vibe coders
Readme
Apex by FalconDrop 🦅
Apex is a production-grade local security agent for Cursor, Claude Code, and other AI coding tools. It runs 100% locally, protecting your code while automating security fixes.
🧱 Features
- Zero Cloud: No source code is ever uploaded.
- Deep Scanning: AST and Regex-based vulnerability detection.
- Auto-Fix: Provides rich fix instructions directly to your AI agent.
- Invisible: Integrated into your favorite editors via MCP.
🚀 Installation
Install Apex globally:
npm install -g apex-mcpAutomatic Setup
Register Apex with your editors automatically (Supports Cursor, Claude Code, and Antigravity):
apex installManual Setup
If you prefer manual configuration, add the following to your editor's MCP settings:
{
"mcpServers": {
"apex": {
"command": "apex",
"args": []
}
}
}🔐 Licensing
Apex is available for $49 (Lifetime License) via falcondrop.com.
To unlock all features:
apex activate <your-license-key>🛠 Commands
apex: Starts the MCP server (over stdio).apex install: Automatically configures Cursor and Claude Code.apex activate <key>: Activates your lifetime license.
🔎 MCP Tools
scan_file
Scans a file for vulnerabilities (SQLi, XSS, Secrets, etc.).
get_fix_intent
Provides the exact logic required to fix a specific vulnerability.
© 2026 FalconDrop. All rights reserved.
