Skip to main content
Other Tools and IntegrationsTypeScript

PV-Bhat/vibe-check-mcp-server

An MCP server that prevents cascading errors and scope creep by calling a "Vibe-check" agent to ensure user alignment.

other-tools-and-integrationscloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/PV-Bhat/vibe-check-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "vibe-check-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "PV-Bhat/vibe-check-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
TypeScript
Author
PV-Bhat