
Vibe Check Mcp Server
Insert metacognitive check-ins while long agent runs drift so you catch misalignment, unsafe shortcuts, and shallow reasoning before you ship.
Overview
vibe-check-mcp-server is a Ship-phase MCP server that provides metacognitive agent oversight through adaptive CPI interrupts for alignment, reflection, and safety.
What is this MCP server?
- Metacognitive AI agent oversight with adaptive CPI interrupts
- Prompts alignment, reflection, and safety pauses during multi-step agent work
- npm package `@pv-bhat/vibe-check-mcp` (package version 2.5.1) with stdio transport
- Requires a configured API key via `YOUR_API_KEY` environment variable
- GitHub-hosted server entry (catalog version 1.0.0) for local MCP registration
- Catalog server version 1.0.0
- npm package `@pv-bhat/vibe-check-mcp` at package version 2.5.1
- Stdio MCP transport
Community signal: 488 GitHub stars.
What problem does it solve?
Long agent sessions quietly diverge from your intent until you discover wrong assumptions, unsafe choices, or wasted tokens too late.
Who is it for?
Builders running multi-step agent workflows who want periodic alignment and safety nudges without building a custom oversight harness.
Skip if: Short single-prompt edits, teams that already enforce strict human-only review, or environments that cannot supply the required API key.
What do I get? / Deliverables
After registration with your API key, the server can trigger structured reflection interrupts so the agent realigns before you accept or ship its output.
- Adaptive reflection and alignment interrupts during agent runs
- Earlier detection of drift or unsafe reasoning before ship
- A reusable oversight hook in your agent MCP stack
Recommended MCP Servers
Journey fit
Oversight and reflection matter most when output is about to merge, deploy, or reach users—not when you are still sketching ideas. Adaptive CPI-style interrupts act like a structured review gate for agent behavior, which maps cleanly to ship/review rather than a single integration task.
How it compares
Metacognitive MCP oversight layer—not a linter, test runner, or static security scanner.
Common Questions / FAQ
Who is vibe-check-mcp-server for?
Solo developers and agent-heavy teams who want MCP-driven reflection and alignment checks during extended Claude Code or Cursor sessions.
When should I use vibe-check-mcp-server?
Use it during ship and review when an agent chain is autonomous enough to drift—before you merge, deploy, or act on high-stakes generated plans.
How do I add vibe-check-mcp-server to my agent?
Install and register the npm MCP server `@pv-bhat/vibe-check-mcp` with stdio transport and set the secret `YOUR_API_KEY` environment variable as described in the server manifest.