🤖 MCP Server Integration
🤖
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 vulnerabilitiesvibecheck_explainGet explanation of a specific vulnerabilityvibecheck_fixGet suggested fix for an issuevibecheck_reportGenerate a security report