🤖

What is MCP?

Model Context Protocol (MCP) allows AI assistants like Claude to directly interact with VibeCheck. This means your AI can scan code for security issues in real-time while you're coding!

📦 Step 1: Install

Install the VibeCheck MCP server globally:

npm install -g @vibecheck/mcp-server

⚙️ Step 2: Configure

Add to your Claude Desktop config:

{ "mcpServers": { "vibecheck": { "command": "vibecheck-mcp", "args": ["--api-key", "YOUR_API_KEY"] } } }

🔑 Your API Key

Keep your API key secret. Never share it publicly.

💡 Available Commands

vibecheck_scanScan code for security vulnerabilities
vibecheck_explainGet explanation of a specific vulnerability
vibecheck_fixGet suggested fix for an issue
vibecheck_reportGenerate a security report