Universal MCP security extension for Claude Code, Cursor, Windsurf and other AI coding applications. Your keys, your privacy - unlimited scanning with good vibes.
Works with any MCP-compatible application. Add to Claude Code, Cursor, Windsurf, or build custom integrations.
Trusted by developers worldwide
Revolutionary AI-powered platform that detects vulnerabilities before they become problems. No more security debt, no more late-night patches.
AI analyzes your conversations and automatically triggers vulnerability scans when it detects security-sensitive patterns.
Live threat intelligence from NVD, CVE databases, and OWASP knowledge base with instant correlation.
Advanced ML embeddings for semantic vulnerability pattern matching beyond simple regex detection.
Catches dangerous SQL concatenation and injection patterns with 95%+ accuracy before production.
Identifies Cross-Site Scripting vulnerabilities and unsafe DOM manipulation with context awareness.
Detects dangerous system command execution and shell injection risks with threat intelligence.
Watch Good Vibes analyze vulnerable code patterns and provide AI-powered security fixes in real-time.
// ❌ SQL Injection Risk const query = "SELECT * FROM users WHERE id = " + userId; db.query(query, callback); // ❌ XSS Vulnerability document.innerHTML = userInput; // ❌ Command Injection exec("rm -rf " + userPath);
// ✅ Parameterized query prevents SQL injection const query = "SELECT * FROM users WHERE id = ?"; const result = await db.prepare(query).get(userId); // ✅ Safe DOM manipulation with sanitization const sanitized = DOMPurify.sanitize(userInput); element.textContent = sanitized; // ✅ Secure file path validation const path = require('path'); const safePath = path.resolve('./uploads', path.basename(userPath));
Add Good Vibes MCP server to your favorite AI coding application and configure API keys for unlimited vulnerability scanning.
Claude Code, Cursor, Windsurf & more
Universal MCP server that works with any compatible AI coding application. Add once, use everywhere.
Free & quick setup
Your API keys stay private and secure. Choose your preferred AI provider for vulnerability analysis.
GPT-4 provides excellent vulnerability detection
Claude excels at code analysis and suggestions
Native Model Context Protocol integration
Global deployment with <100ms latency
SOC 2 compliant with 99.9% uptime
Set up your API keys for advanced LLM-powered vulnerability detection. Your keys stay private and are never stored on our servers.
Your code and API keys never touch our servers
Recommended for best results
Excellent code analysis
No API keys required
Basic pattern-based vulnerability detection using rule matching and regex patterns.
Your API keys unlock everything
Advanced AI analysis with real-time CVE intelligence and semantic vulnerability detection.
Start with static analysis for free, then add your API key to unlock AI-powered vulnerability detection with real-time threat intelligence. Your choice, your privacy.
Configure API KeysSet up automated vulnerability scanning that prevents insecure code from entering your repository. Real-time protection with zero configuration needed.
Automatically scan every commit for vulnerabilities. Dangerous code gets blocked before it enters your repository.
On-demand deep scanning with AI-powered analysis. Get detailed vulnerability reports with fix suggestions.
Run one setup script and you're protected. Works with any git repository, any programming language.
Get protected in under 60 seconds
Download the proactive security setup script to your project directory.
Navigate to your project directory and run the setup script. This configures git hooks and creates scanning tools.
Verify that proactive scanning is working by testing with vulnerable code.
Zero-effort security
Once setup is complete, every git commit is automatically scanned. Vulnerable code is blocked before it can enter your repository.
AI-powered analysis on demand
Use the AI-powered scanner for comprehensive vulnerability analysis with detailed reports and fix suggestions.
Customize your proactive scanning behavior
Edit proactive_security_config.json
to customize scanning behavior
Comprehensive guides, examples, and resources for mastering Good Vibes vulnerability detection capabilities.
Open source codebase with examples, setup guides, and community discussions.
Step-by-step instructions for configuring Good Vibes with Claude Code and your API keys.
Complete API documentation for integrating Good Vibes into custom tools and workflows.
Compatible with Claude Code, Cursor, Windsurf, and any MCP-compatible AI coding application.
Advanced vulnerability detection powered by AI with 95%+ accuracy and real-time threat intelligence.
Your code stays private with your own API keys. Global edge deployment ensures fast responses.
Good Vibes analyzes vulnerabilities across all major programming languages with context-aware intelligence.