🧭 Vibe Check MCP

by kesslerio

302 downloads
Not rated
GitHub

About

Stop AI coding disasters before they cost you weeks. Real-time anti-pattern detection for vibe coders who love AI tools but need a safety net to avoid expensive overengineering traps.

Details

Author
kesslerio
Downloads
302
Categories
Other, Developer Tools

- Two modes: fast pattern detection and deep Claude‑powered analysis
- Detects 4 core anti‑patterns: infrastructure‑without‑implementation, symptom‑driven development, complexity escalation, documentation neglect
- Validated 87.5% detection accuracy with 0% false positives
- Real‑time educational coaching with case studies
- Seamless integration with Claude Code MCP workflow
- Docker and bridge deployment options available

Install via one‑command curl script or manual git clone and pip install. Add the server to Claude Code with claude mcp add-json (never use -s user flag). Use natural‑language commands like “quick vibe check issue 42” or “deep vibe check issue 42 with full Claude analysis” to call tools such as analyze_github_issue, analyze_pull_request, analyze_text, analyze_code, and validate_integration. Optionally set a GITHUB_TOKEN for private repository access.

🧭 Vibe Check MCP

Your AI coding safety net - because getting 90% done and then stuck for weeks sucks.

Vibe Check MCP stops you from building yourself into a corner with AI-generated code. It's like having a senior developer looking over your shoulder, catching the expensive mistakes before you waste days on unfixable problems.

Claude Code Required
FastMCP
Python
Apache 2.0

> Built for Claude Code MCP Integration - Seamlessly integrates with your existing Claude Code workflow for real-time engineering coaching.

🎯 Who Is This For?

Ever spend weeks building something, only to discover there was a simple API call for that?

You're not alone. Vibe Check is specifically designed for vibe coders - people who love AI coding tools but need a sanity check to avoid the overengineering traps that AI often creates.

If These Sound Familiar:

🔥 "I spent $417 using Claude to build a word game, only to discover my AI-generated code had no server-side validation - it got DDOS'd with the entire Bee Movie script"
🔥 "LLM coded an entire iOS app database in a CSV file instead of Core Data - I had no idea!"
🔥 "Just plug the error back into ChatGPT until the code it generates oscillates between two error states forever"
🔥 "People are already losing touch with what the code they are writing is actually doing. AI can help get code out the door faster, but when it breaks it can be a lot harder to debug and fix"

You're Our Target User If You:

- 🎮 Love AI Coding Tools - Use Claude, Cursor, Copilot but sometimes wonder if the suggestions are overengineered
- 🤔 Trust But Want To Verify - Get excited about AI solutions but lack deep library knowledge to validate them
- 🔄 Stuck in Doom Loops - Experience cycles where each AI fix creates new problems
- 📚 Don't Review Code Like Pros - Accept AI suggestions without deep technical review (that's totally normal!)
- ⚡ Value Speed Over Perfection - Prefer working solutions over architecturally perfect ones

Your Real Pain Points:

- Security Blindspots: AI confidently generates code missing critical validations (like the $417 game that got hacked) - Doom Loop Oscillation: Code changes bounce between error states endlessly, wasting hours - Outdated Solutions: AI suggests deprecated practices instead of current best approaches - Loss of Understanding: AI writes code you can't debug when it inevitably breaks - Mixed Language Syntax: AI imports Go libraries in Rust code or other nonsensical combinations - Overconfident Wrong Answers: AI sounds authoritative about completely incorrect information

Vibe Check MCP is your AI coding safety net - keeping the fun of vibe coding while avoiding the expensive traps.

🎯 What It Does

Vibe Check MCP provides two modes of analysis to catch engineering anti-patterns before they become expensive mistakes:

🚀 Fast Analysis (Instant Feedback)

- Quick pattern detection without external API calls - GitHub issue analysis for planning phase anti-patterns - PR metrics and basic review for development workflow - Text analysis for technical documents and plans

🧠 Deep Analysis (Comprehensive Review)

- Claude-powered reasoning for complex anti-pattern detection - Educational explanations of why patterns are problematic - Real-world case studies (like the Cognee integration learning experience) - Actionable prevention guidance with specific remediation steps

Core Anti-Patterns Detected

| Anti-Pattern | What It Catches | Real Impact |
|--------------|-----------------|-------------|
| 🏗️ Infrastructure-Without-Implementation | Building custom solutions before testing standard APIs | Days/weeks wasted (Cognee case study) |
| 🩹 Symptom-Driven Development | Treating symptoms instead of addressing root causes | 3.2x longer project completion time |
| 🌀 Complexity Escalation | Adding unnecessary complexity without justification | 89% increase in maintenance costs |
| 📚 Documentation Neglect | Building before researching standard approaches | 2.8x higher failure rate |

Validated Results: 87.5% detection accuracy, 0% false positives in comprehensive testing.

⚡ Quick Start

Prerequisites

- Claude Code installed and configured - Python 3.8+ with pip - GitHub token (optional, for GitHub integration)

🚀 One-Command Installation

curl -fsSL https://raw.githubusercontent.com/kesslerio/vibe-check-mcp/main/install.sh | bash

This automatically:
- ✅ Installs Vibe Check MCP
- ✅ Configures Claude Code integration
- ✅ Sets up GitHub token if provided
- ✅ Verifies installation

📦 Manual Installation

```bash

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.