Loading...

Vibe Check MCP is a research-backed AI meta-mentor that uses Chain-Pattern Interrupts (CPI) to keep agents aligned, reflective, and safe.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
Vibe Check MCP is a research-backed AI meta-mentor that uses Chain-Pattern Interrupts (CPI) to keep agents aligned, reflective, and safe.
Vibe Check MCP enhances agent safety by providing metacognitive feedback and interrupting flawed reasoning. It is relatively safe when used with strong API key management and well-defined session constitutions. Risks increase if API keys are exposed or constitutions are misconfigured, potentially leading to unintended consequences or security breaches.
Performance depends on the LLM provider and the complexity of the session constitutions. CPI introduces latency due to the metacognitive feedback loop.
Cost is primarily driven by API calls to the LLM providers. Complex session constitutions and frequent CPI interventions can increase costs.
npx -y @pv-bhat/vibe-check-mcp start --stdio{
"mcpServers": {
"vibe-check-mcp": {
"command": "npx",
"args": ["-y", "@pv-bhat/vibe-check-mcp", "start", "--stdio"]
}
}
}OPENAI_API_KEYANTHROPIC_API_KEYANTHROPIC_AUTH_TOKENANTHROPIC_BASE_URLMCP_TRANSPORTMCP_HTTP_PORTupdate_constitutionMerges or sets the rule set for a specific session.
Modifies session rules, potentially impacting agent behavior and access.
reset_constitutionClears the session rules for a specific session.
Removes all session rules, potentially removing critical restrictions.
check_constitutionReturns the effective rules for a specific session.
Read-only operation, no side effects.
API Key
hybrid
Vibe Check MCP enhances agent safety by providing metacognitive feedback and interrupting flawed reasoning. It is relatively safe when used with strong API key management and well-defined session constitutions. Risks increase if API keys are exposed or constitutions are misconfigured, potentially leading to unintended consequences or security breaches.
Autonomy is configurable via session constitutions, allowing for fine-grained control over agent behavior and access to resources.
Production Tip
Implement robust API key management and regularly review session constitutions to ensure optimal security and alignment.
CPI is a technique used to interrupt flawed reasoning patterns in LLMs by introducing reflective pauses and metacognitive feedback.
Vibe Check MCP improves agent safety by providing metacognitive feedback, enforcing session constitutions, and preventing reasoning lock-in.
Vibe Check MCP supports Gemini, OpenAI, Anthropic, and OpenRouter.
API keys are managed through environment variables or configuration files. Secure storage and access control are essential.
Session constitutions are rules that define the behavior and access rights of an agent within a specific session.
You can install Vibe Check MCP using npx or by cloning the repository and using npm.
The default transport is stdio, but HTTP is also supported.