★ 480 stars
TypeScript
🤖 AI/LLM
Updated 1mo ago
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. KISS your over-eager AI Agents goodbye! Effective for: Coding, Ambiguous Tasks, High-Risk tasks
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"vibe-check-mcp-serve": {
"command": "npx",
"args": [
"-y",
"PV-Bhat/vibe-check-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add vibe-check-mcp-serve npx -y PV-Bhat/vibe-check-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"vibe-check-mcp-serve": {
"command": "npx",
"args": [
"-y",
"PV-Bhat/vibe-check-mcp-server"
]
}
}
}
📋 Copy
README Excerpt
<p align="center"><b>KISS overzealous agents goodbye. Plug & play agent oversight tool.</b></p> <p align="center"> <b>Based on research:</b><br/> In our study agents calling Vibe Check improved success +27% and halved harmful actions -41% </p> <p align="center"> <a href="https://www.researchgate.net/publication/394946231_Do_AI_Agents_Need_Mentors_Evaluating_Chain-Pattern_Interrupt_CPI_for_Oversight_and_Reliability?channel=doi&linkId=68ad6178ca495d76982ff192&showFulltext=true">
Topics
agentic-ai agentic-workflow ai-agents chain-of-thought cpi error-handling mcp mcp-server model-context-protocol rli vibe-coding workflow-automation