vibe-check-mcp-server
The definitive Vibe Coder's sanity check MCP server: Prevent cascading errors in AI workflows by implementing strategic pattern interrupts. Uses tool call "Vibe Check" with LearnLM 2.0 Flash, fine-tuned for pedagogy and metacognition to enhance complex workflow strategy, and prevents tunnel vision errors.
GitHub Stars
136
User Rating
Not Rated
Favorites
0
Views
880
Forks
20
Issues
8
Installation
Difficulty
IntermediateEstimated Time
10-20 minutes
Installation
Installation
Prerequisites
Please specify required software and versions:Node.js: 20.0.0 or higher
npm: Latest version
Installation Steps
1. Clone Repository
bash
git clone https://github.com/PV-Bhat/vibe-check-mcp-server.git
cd vibe-check-mcp-server
2. Install Dependencies
bash
npm install
3. Build the Server
bash
npm run build
4. Set Environment Variables
Create a.env file and set your API key:
bash
GEMINI_API_KEY=your_gemini_api_key
5. Start Server
bash
npm start
Troubleshooting
Common Issues
Issue: Server won't start Solution: Check Node.js version and reinstall dependencies.Additional Resources
Related MCPs
octocode-mcp
425
Octocode is an AI-powered code assistant that provides advanced search capabilities to understand connections between repositories and NPM packages. Users can ask specific questions to quickly retrieve necessary information, eliminating the need for manual browsing and enhancing development efficiency.