PV-Bhat/vibe-check-mcp-server
by Various
Vibe Check is a tool that provides mentor-like feedback to AI Agents, preventing tunnel-vision, over-engineering and reasoning lock-in for complex and long-horizon agent workflows.
MCP
PV-Bhat/vibe-check-mcp-server
Added 1 June 2026
Overview
An MCP server written in TypeScript that provides mentor-like feedback to AI agents during complex workflows. It intercepts agent reasoning to prevent tunnel vision, over-engineering, and reasoning lock-in, helping agents stay focused on the true objective.
Best for
Best for
Developers building complex, long-horizon AI agents that need guardrails against over-engineering and reasoning lock-in.
Use cases
- Preventing AI agents from over-engineering code solutions
- Keeping agents on track during ambiguous or multi-step tasks
- Reducing reasoning lock-in for high-risk agent workflows
How to use
Install
npx -y @pv-bhat/vibe-check-mcp start --stdio Tested with
Claude Desktop, Cursor, Windsurf, Continue, VS Code, ChatGPT
Example client config
{\n "mcpServers": {\n "vibe-check-mcp": {\n "command": "npx",\n "args": ["-y", "@pv-bhat/vibe-check-mcp", "start", "--stdio"]\n }\n }\n} Notes
An MCP server written in TypeScript that provides mentor-like feedback to AI agents during complex workflows. It intercepts agent reasoning to prevent tunnel vision, over-engineering, and reasoning lock-in, helping agents stay focused on the true objective.
487 stars on GitHub. Last updated 2026-05-28. Licensed MIT.
Use cases
- Preventing AI agents from over-engineering code solutions
- Keeping agents on track during ambiguous or multi-step tasks
- Reducing reasoning lock-in for high-risk agent workflows
Pros
- Open-source with a growing community (487 stars on GitHub)
- Addresses a common pain point: agent tunnel vision in long-horizon tasks
- Lightweight integration via the MCP protocol, works with existing agent frameworks
Cons
- Requires the agent to be MCP-compatible, limiting direct use with many current LLM APIs
- Feedback quality depends on the underlying prompt or model used for mentor logic
- May add latency to agent reasoning cycles if called too frequently
Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.
Pros
- Open-source with a growing community (487 stars on GitHub)
- Addresses a common pain point: agent tunnel vision in long-horizon tasks
- Lightweight integration via the MCP protocol, works with existing agent frameworks
Cons
- Requires the agent to be MCP-compatible, limiting direct use with many current LLM APIs
- Feedback quality depends on the underlying prompt or model used for mentor logic
- May add latency to agent reasoning cycles if called too frequently
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Continue
Continue.dev
Open-source AI code assistant for VS Code and JetBrains. Customisable, BYO model, built for enterprise.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.