Vibe Check MCP
Mentor-style feedback agent that interrupts chains of reasoning to prevent tunnel vision, over-engineering, and lock-in.
Delv Safety Grade: C
Score 58/100 · assessed 2026-04-28
Vibe Check is a community-built MCP server that provides meta-cognitive feedback during Claude's reasoning chains. It's designed to interrupt over-engineering and scope creep by asking reflective questions. The concept is novel and the permissions are appropriately scoped (read-only reflection, no filesystem or shell access). However, it's maintained by a solo developer with limited track record, the repository shows minimal activity beyond initial commit, and documentation is sparse. The npm package exists but lacks versioning history or community adoption signals. No security incidents are known, but the bus factor is high and the project's longevity is uncertain. Suitable for experimental use where the interruption mechanism adds value, but not for production workflows requiring stable tooling.
Lethal Trifecta (prompt-injection exposure)
CLEARPure reasoning.
Green flags
- Novel approach to AI safety via reasoning interruption and reflection
- Appropriately scoped permissions: no filesystem, shell, or network access
- Published to npm with standard install via npx
- No environment variables or secrets required
- Open source repository available for inspection
Red flags
- Solo maintainer with no visible maintenance history or community
- Repository appears to be initial commit only, no ongoing development
- Very thin documentation, unclear how interruption mechanism actually works
- No versioning history or adoption signals on npm package
- High bus factor: single developer, no contributors or forks
Permissions requested
Install
npx -y @pv-bhat/vibe-check-mcp start --stdio
Review
Install this if you've ever caught Claude (or yourself) solving the wrong problem halfway through a session. It's a lightweight second opinion that keeps reasoning chains honest. Skip it if you prefer exploratory, open-ended workflows or if you're already rigorous about scope.
Good at
- Zero-config install. No API keys, no environment variables, works in under a minute.
- Interrupts over-engineering before it happens. Catches scope drift in real time.
- Opinionated feedback that reads like a senior engineer, not a chatbot.
- Works across Claude Desktop, Claude Code, and Cursor without host-specific tweaks.
- Lightweight. Doesn't slow down the conversation or add bloat to your MCP stack.
Watch out
- Too opinionated for exploratory or research-heavy workflows. It wants you to ship, not explore.
- Auto-trigger mode can feel intrusive if you're used to uninterrupted reasoning chains.
- Feedback is tuned for product and engineering work. Limited value for creative or non-technical tasks.
- No way to customise the mentor persona or adjust the interruption threshold without forking the repo.
Use cases
- scope creep prevention
- agent self-check
- code review sanity
- PRD alignment
Getting started
Works with
Similar MCPs
- ElevenLabsOfficial ElevenLabs MCP server. Text-to-speech, voice cloning, transcription, and audio sound design from inside Claude Desktop, Cursor, Windsurf, and other MCP clients.
- TimeReturns current time in any timezone, computes scheduling math, parses date strings. Boring but absurdly useful for any time-aware agent.
- MarkItDownMicrosoft's MarkItDown as an MCP. Convert PDF, Office, audio, video, images, web to clean Markdown for LLM ingestion.
- Everything (reference)Anthropic's reference MCP that exercises every protocol feature. Required reading if you're building your own MCP.