VibeDrift – Measure drift in AI-generated codebases logo

VibeDrift – Measure drift in AI-generated codebases

Free
FreeFree tier
Type
Open Source

About VibeDrift – Measure drift in AI-generated codebases

VibeDrift is an open-source tool that detects and prevents drift in AI-generated codebases. It scans your project locally in ~2 seconds to identify inconsistencies in coding patterns, styles, and conventions across sessions. Integrates as an MCP server with agents like Claude Code and Cursor to prevent drift before it occurs. Provides ranked severity reports (ERROR/WARN) with copy-paste fixes and maintains agent memory via a .vibedrift/ folder. Free to use, code never leaves your machine, no login required.

Key Features

Local drift detection scan in ~2 seconds
MCP server integration for real-time drift prevention
Works with Claude Code, Cursor, GitHub Copilot, Windsurf, and any MCP client
Ranked severity reports (ERROR, WARN) with copy-paste fixes
Agent memory via .vibedrift/ folder for consistent behavior across sessions
Open source and free to use
Code never leaves your machine, no login required
Detects pattern conflicts, missing auth checks, duplicate functions, and more

Pros & Cons

Pros
  • Open source and completely free
  • Ultra-fast local scan (~2 seconds) with no data sent out
  • Integrates with popular AI coding tools via MCP
  • Provides actionable ranked fixes that can be pasted directly into agents
  • Proactive drift prevention through MCP server checking conventions before writing
Cons
  • Relatively new tool (marked as 'New') with limited community adoption
  • Only supports file system scanning, no database or API integration mentioned
  • Focuses on code style/pattern drift, not functional correctness
  • Full drift prevention requires MCP client setup

Best For

Maintaining consistency in large AI-generated codebasesPreventing code quality degradation over multiple agent sessionsEnforcing team conventions in AI-assisted developmentCatching drift before it spreads in CI or during development

FAQ

What is VibeDrift?
VibeDrift is an open-source tool that detects and prevents drift in AI-generated codebases by scanning for inconsistencies in coding patterns and conventions.
How does it work?
It scans your local project in about 2 seconds, ranks problems by severity, and provides copy-paste fixes. The MCP server integration allows AI agents to check conventions before writing code.
Is it free?
Yes, VibeDrift is free to use and fully open source.
What tools does it integrate with?
It works with Claude Code, Cursor, GitHub Copilot, Windsurf, and any MCP client.