Back to Home
PV-Bhat icon

vibe-check-mcp-server

Verified Safe

by PV-Bhat

Overview

Provides metacognitive oversight and self-improvement capabilities for AI agents using Chain-Pattern Interrupts (CPI) to prevent reasoning lock-in and over-engineering.

Installation

Run Command
npx -y @pv-bhat/vibe-check-mcp start --stdio

Environment Variables

  • GEMINI_API_KEY
  • OPENAI_API_KEY
  • OPENROUTER_API_KEY
  • ANTHROPIC_API_KEY
  • ANTHROPIC_AUTH_TOKEN
  • ANTHROPIC_BASE_URL
  • ANTHROPIC_VERSION
  • DEFAULT_LLM_PROVIDER
  • DEFAULT_MODEL
  • CORS_ORIGIN
  • MCP_DISCOVERY_MODE
  • MCP_TRANSPORT
  • MCP_HTTP_PORT

Security Notes

The server uses environment variables for API keys and `npm audit` for dependency vulnerability checks. CLI installers handle sensitive files with secure permissions (0o600). Dynamic imports for LLM clients are used, and `execa` is utilized for spawning processes, which is generally safe for CLI commands. The HTTP transport uses CORS, defaulting to '*' origin, which is common for plug-and-play MCP servers but should be restricted in production for sensitive endpoints. No 'eval' or obvious malicious patterns found.

Similar Servers

Stats

Interest Score85
Security Score9
Cost ClassMedium
Avg Tokens2000
Stars452
Forks60
Last Update2026-01-14

Tags

mcp-serverai-alignmentllm-agentsreflectionagent-oversight