AI / ML|Productivity|DevelopmentTypeScript
vibe-check-mcp-server
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.
N/A rating (0 reviews)0 installs481 GitHub stars
AI OversightMentorshipAgent Feedback
Vibe Check improves the success rate of AI agents by 27% and reduces harmful actions by 41%. It serves as a plug & play agent oversight tool, ensuring that AI agents do not become overzealous in their tasks.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"vibe-check-mcp-server-1": {
"args": [
"-y",
"@modelcontextprotocol/server-vibe-check-mcp-server-1"
],
"command": "npx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.