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スター

136

ユーザー評価

未評価

お気に入り

0

閲覧数

6

フォーク

20

イシュー

8

インストール方法
難易度
中級
推定所要時間
10-20

インストール方法

インストール方法

前提条件

必要なソフトウェアとバージョンを明記してください。
Node.js: 20.0.0以上
npm: 最新版

インストール手順

1. リポジトリのクローン

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

2. 依存関係のインストール

bash
npm install

3. サーバーのビルド

bash
npm run build

4. 環境変数の設定

.envファイルを作成し、APIキーを設定します:
bash
GEMINI_API_KEY=your_gemini_api_key

5. サーバーの起動

bash
npm start

トラブルシューティング

よくある問題

問題: サーバーが起動しない 解決策: Node.jsのバージョンを確認し、依存関係を再インストールしてください。