v2.2 CodeMind v2.2 launched — Modular Skills, Safety Lock & Deep Security Scanning! Star on GitHub →

CodeMind MCP Guardian

CodeMind is the specialized security guardian for the modern web. Built for Next.js, React, and full-stack JavaScript, it audits AI-generated code across five dimensions—SAST, secrets, dependencies, infrastructure, and launch readiness. Simply say "use codemind" to ship production-ready SaaS with zero security debt.

100% Local & Private
14 Security Tools
5 Security Engines
App.js
settings.json
README.md
1234567891011
// settings.json
{
  "mcp": {
    "servers": {
      "CodeMind": {
        "command": "codemind",
        "args": ["serve"]
      }
    }
  }
}
💬 Chat — Claude Opus 4.6
CodeMind Guardian
I am ready. Use "use codemind" to activate full security & quality auditing for this session.
CodeMind Guardian
🧠 INTENT DETECTED: SECURITY AUDIT
Guardian v2.0 Activated.
Full security suite engaged:
deep_security_scan
scan_secrets
scan_dependencies
audit_launch_checklist
scan_iac_file
export_security_report

Works with any AI in any IDE

One tool. Every AI-powered code editor. No configuration needed.

Cursor Cursor
Claude Code Claude Code
Windsurf Windsurf
VS Code VS Code + Copilot
AI GPT-4
AI Claude
AI Gemini
Cursor Cursor
Claude Claude Code
Windsurf Windsurf
VS Code VS Code + Copilot
OpenAI GPT-4
Anthropic Claude
Gemini Gemini
Auto-detects your IDE
Uses your existing AI subscription
Zero configuration required

What is MCP?

Model Context Protocol (MCP) is the new standard that lets AI assistants use external tools. Think of it like USB for AI — a universal way to plug capabilities into any AI model.

Your IDE
Cursor, VS Code, Windsurf
You ask for code
AI Assistant
Claude, GPT-4, Gemini
MCP Protocol
CodeMind Server
Local Security Guardian

100% Local

Your code never leaves your machine. CodeMind runs entirely on your computer.

Universal Protocol

Works with any AI that supports MCP — one tool for all your coding assistants.

Real-time Auditing

Every line gets checked instantly. Security issues caught before they're written.

DB Safety Lock

Guarantees AI never deletes databases. Prevents DROP, TRUNCATE, and dangerous DELETE commands.

See the Difference

❌ Without CodeMind
// AI generates vulnerable DB query
const query = `SELECT * FROM users 
               WHERE id = '${req.body.id}'`;

// Vulnerable password hash
const hash = md5(password);

return db.execute(query);
// SQL Injection & Weak Crypto!
✅ With CodeMind
// CodeMind enforces parameterized queries
const sql = "SELECT * FROM users WHERE id = ?";
const user = await db.execute(sql, [req.body.id]);

// Enforces Argon2/Bcrypt with Salt
const hash = await argon2.hash(password);

return user;
// SQLi Protected & Strong Crypto!

Code reviews happen too late

You push code, open a PR, wait for reviews, get feedback, fix issues, push again. This loop wastes hours every week. What if you could catch issues before they even reach your teammates?

  • Security issues discovered in production
  • Endless review cycles on PRs
  • Inconsistent review quality

Review before you push

CodeMind bridges your IDE with a local security engine. One trigger activates a senior architect in your AI assistant's ear. Catch issues before they even reach your git history.

  • Catch bugs before they reach code review
  • Security-focused checklist every time
  • Zero cloud, zero API keys

Setup with Clawdbot

Empower your AI agent with advanced security skills and context-aware coding capabilities via MCP. Compatible with Claude Desktop, Cursor, and Windsurf.

Phase 1

Install the Guardian

Get the core engine directly from PyPI. Zero cloud, 100% local.

pip install codemind-mcp
Phase 2

Configure MCP Server

Register CodeMind in your agent's config file (e.g., claude_desktop_config.json).

Phase 3

Activate in Chat

Use the trigger phrase in any code generation request to enable the guardian.

"use codemind to secure this"
mcp_config.json
{
  "mcpServers": {
    "codemind": {
      "command": "codemind",
      "args": ["serve"]
    }
  }
}
Optional: Add CONTEXT7_API_KEY in env for docs fetching.

5 security engines in
one MCP server

Enterprise-grade protection. 100% local. Zero cloud dependencies. Rivaling Snyk, Semgrep & CodeQL.

Instant SaaS Security with "use codemind"

Deep Security Scan

Multi-layer analysis combining SAST, secrets detection, and quality auditing in a single call. Get a security score with every code generation.

deep_security_scan

Launch Readiness Audit

Proactive security: "use codemind" automatically secures your SaaS with rate limits, RLS, CAPTCHA, and server-side validation. Ship production-ready code every time.

audit_launch_checklist

Prompt Guardian

Shields against Jailbreaks, Context Hijacking, and Indirect Injection. The first MCP server with taint-aware prompt auditing and secure template generation.

audit_prompt

SAST Scanner

50+ vulnerability patterns: SQL injection, XSS, SSRF, command injection, path traversal, and more. Auto-fix with AI.

Secrets Detection

30+ API key patterns (AWS, GCP, Stripe, GitHub, etc.) plus Shannon entropy analysis for unknown secrets. Zero false positives.

SCA (Dependencies)

Scan 12 lockfile formats for CVEs via OSV.dev. Python, Node.js, Go, Rust, Ruby, PHP — privacy-preserving, no source code sent.

IaC Scanner

Dockerfile, GitHub Actions, docker-compose security. Catches root users, secrets in ENV, unpinned images, supply chain attacks.

SARIF Reports

Industry-standard SARIF v2.1.0 with CWE/OWASP mapping. Plus HTML, Markdown, JSON, CSV exports for CI/CD integration.

Safety Lock

Guarantees AI never deletes databases or critical data. Prevents DROP, TRUNCATE, and unconditional DELETE automatically.

Three steps to better code

Get started in under 30 seconds

1

Connect MCP Server

Install CodeMind and add it to your MCP client (like Claude Desktop) in seconds.

pip install codemind
2

Activate Guardian

In any IDE code chat, just say the magic words to activate the guardian suite.

"use codemind"
3

Review & Ship

CodeMind audits your security, quality, and 'slop', helping you ship professional code faster.

Audit: 🛡️ Score: 98/100

Works with your favorite IDE

CodeMind provides reliable clipboard integration for every major AI-powered development environment.

Cursor

Cursor

Instant copy for Composer or Chat (Ctrl+L / Ctrl+I)

Seamless
Claude

Claude Code

Perfect for CLI-based AI assistance

Supported
Windsurf

Windsurf

Fast context for Codeium's Cascade AI

Supported
VS Code

VS Code

Works with GitHub Copilot and other extensions

Universal

Install in seconds

CodeMind is distributed via pip. Install globally and you're ready to go.

pip
pipx (recommended)
Installation
# Install CodeMind
$ pip install codemind
✓ Successfully installed codemind-2.0.0
# Setup git hook in your repo
$ codemind install
✓ Pre-push hook installed

From Vibeathon to YC

Building the future of AI-assisted secure development, one milestone at a time.

Phase 1

🏆 Vibeathon Victory

Dominating the hackathon with our high-integrity MCP Security Guardian. Establishing the new standard for local-first AI auditing.

MCP Dominance Safety Lock
Phase 2

🧠 Agentic Intelligence

Modular skill personas (Security, UI, Docs) and real-time intent discovery. Ahead of schedule on specialized agent behaviors.

Skill Manager Intent Discovery
Phase 3

⚡ Self-Healing Security

Autonomous fix-verify loops and project-wide reasoning. Transforming AI from a coder into a self-securing developer.

Remediation Loops Taint tracking
Months 3-6

💰 Monetization

Pro and Enterprise tiers. Team management, advanced rules, priority support.

Pro Tier Enterprise
Phase 4

🦄 Global Security Layer (YC)

Applying to YC with a mission to become the default security layer for AI-driven development. Scaling to 1M+ secure generations daily.

Autonomous Guard Global Scale

Ready to improve your code quality?

Join developers who review their code with AI before every push. It's free and open source.