vibe-check-mcp-server
Verified Safeby PV-Bhat
Overview
Provides a plug-and-play AI meta-mentor layer for LLM agents, offering metacognitive questioning to prevent over-engineering, reasoning lock-in, and misalignment.
Installation
npx -y @pv-bhat/vibe-check-mcp start --stdioEnvironment Variables
- GEMINI_API_KEY
- OPENAI_API_KEY
- OPENROUTER_API_KEY
- ANTHROPIC_API_KEY
- ANTHROPIC_AUTH_TOKEN
- DEFAULT_LLM_PROVIDER
- DEFAULT_MODEL
- MCP_HTTP_PORT
- PORT
- CORS_ORIGIN
- USE_LEARNING_HISTORY
Security Notes
The server makes API calls to third-party LLM providers, which involves sending potentially sensitive agent context. While API keys are managed securely via environment variables and `.env` files with restricted permissions, the default CORS `*` for HTTP transport could expose the service to unauthorized access if not properly configured in a production environment. The server itself does not execute arbitrary code or access local files beyond its configuration and log files.
Similar Servers
claude-flow
Orchestrates AI agents (Claude) for development workflows, including code generation, testing, analysis, research, and project migration, with MLOps capabilities.
zen-mcp-server
A server for coordinating and managing AI agents, likely for simulations or complex task execution, leveraging Claude LLMs.
mcp_massive
An AI agent orchestration server, likely interacting with LLMs and managing multi-agent workflows.
simplenote-mcp-server
A lightweight Model Context Protocol (MCP) server that integrates Simplenote with Claude Desktop to provide note management, search, and organization capabilities for AI assistants.