EveryDev.ai
Subscribe
Home
Tools

3,107+ AI tools

  • New
  • Trending
  • Featured
  • Compare
  • Arena
Categories
  • Agents2063
  • Coding1441
  • Infrastructure665
  • Marketing524
  • Projects470
  • Research437
  • Design408
  • Analytics371
  • MCP268
  • Security265
  • Testing255
  • Data249
  • Integration183
  • Prompts183
  • Communication172
  • Learning166
  • Extensions163
  • Voice146
  • Commerce132
  • DevOps115
  • Web84
  • Finance24
AI Tools by Topic
  • AI Coding Assistants
  • Agent Frameworks
  • MCP Servers
  • AI Prompt Tools
  • Vibe Coding Tools
  • AI Design Tools
  • AI Database Tools
  • AI Website Builders
  • AI Testing Tools
  • LLM Evaluations
Follow Us
  • X / Twitter
  • LinkedIn
  • Reddit
  • Discord
  • Threads
  • Bluesky
  • Mastodon
  • YouTube
  • GitHub
  • Instagram
Get Started
  • About
  • Editorial Standards
  • Corrections & Disclosures
  • Community Guidelines
  • Advertise
  • Contact Us
  • Newsletter
  • Submit a Tool
  • Start a Discussion
  • Write A Blog
  • Share A Build
  • Terms of Service
  • Privacy Policy
Explore with AI
  • ChatGPT
  • Gemini
  • Claude
  • Grok
  • Perplexity
Agent Experience
  • llms.txt
Theme
With AI, Everyone is a Dev. EveryDev.ai © 2026
    1. Home
    2. Tools
    3. VibeDrift
    VibeDrift icon

    VibeDrift

    MCP Servers
    Featured

    VibeDrift is an open-source CLI and MCP server that detects and prevents AI coding agent drift by scanning your codebase for architectural inconsistencies, duplicates, and convention violations across sessions.

    Visit Website

    At a Glance

    Pricing
    Open Source
    Free tier available

    Unlimited local scans, free MCP tools, and 1 deep scan per month. No credit card needed.

    Pro: $15/mo
    Enterprise: Custom/contact

    Engagement

    Available On

    Web
    API
    VS Code
    SDK
    CLI

    Resources

    WebsiteDocsGitHubllms.txt

    Topics

    MCP ServersAI Coding AssistantsCode Intelligence

    Alternatives

    SerenaNuxt MCPAsk Oracle
    Developer
    VibeDriftSan Francisco, CAEst. 2026

    Listed Jul 2026

    About VibeDrift

    VibeDrift is an MIT-licensed CLI tool and MCP server built to solve a specific problem with AI coding agents: as a project grows across multiple sessions, each new session starts cold and gradually introduces contradictions — different data access patterns, inconsistent error handling, duplicate logic under different names. VibeDrift scans your codebase against itself, learns the dominant patterns by majority vote, and flags every deviation with file-level evidence. It is free to use locally, open source on GitHub, and integrates with Claude Code, Cursor, Windsurf, GitHub Copilot, and any MCP-compatible client.

    What It Is

    VibeDrift is a code consistency checker for AI-generated codebases. Unlike linters that validate one file at a time against syntax rules, VibeDrift compares files against each other to find cross-file architectural contradictions — for example, eight handlers using a repository pattern while two reach for raw SQL. It produces a Vibe Drift Score (0–100, graded A–F) and a separate Hygiene Score, both grounded in the codebase's own conventions rather than a generic rulebook. The tool supports JavaScript, TypeScript, Python, Go, and Rust, and runs entirely on your machine with no signup required for local scans.

    Three-Layer Analysis Architecture

    VibeDrift processes codebases in progressive depth:

    • Layer 1 — Static + Cross-File Analysis: 12 static analyzers covering naming, imports, error handling, complexity, and security, plus 8 cross-file drift detectors that identify the dominant pattern and flag deviations. Runs locally, free.
    • Layer 1.7 — Code DNA: Structural fingerprinting, hash-based duplicate detection, operation sequence analysis, and taint tracking. Also local and free.
    • Layer 2 — Deep Scan (AI): ML semantic embeddings for duplicates static analysis can't see, intent mismatch detection (when a function's name doesn't match its behavior), AI validation of borderline findings, concentrated-reimplementation scoring, and an AI-generated coherence report. Requires a login and draws from a monthly deep-scan allotment.

    MCP Server: From Detection to Prevention

    The MCP server is VibeDrift's headline prevention feature. It lets AI coding agents query the codebase's own conventions mid-task — before writing a line — and get an evidence-backed answer in under a second. Five tools are exposed:

    • get_dominant_pattern — returns the repo's majority convention for a dimension with copy examples
    • find_similar_function — checks whether a near-duplicate already exists
    • check_file_drift — validates whether a file matches the repo's patterns
    • validate_change — checks whether a proposed change would introduce drift
    • get_intent_hints — reads declared conventions from CLAUDE.md, AGENTS.md, or .cursorrules

    All five core tools run entirely on the local machine, send no code, and require no login. The validate_change and find_similar_function tools support an optional deep: true mode that sends only the single function being checked to the API and draws a small fraction of a deep scan from the shared pool.

    Agent Memory and Watch Mode

    Every scan writes a .vibedrift/ folder alongside CLAUDE.md containing context.md (dominant patterns and open drifts), fix-plan.md (top 10 drifts with copy-paste fix prompts), fix-prompts.md (per-finding prompts), and patterns.json (machine-readable pattern data). Committing this folder means every new AI session starts with up-to-date peer context rather than a cold start. Watch mode (vibedrift watch) rescans on every file save and refreshes these files continuously with zero network calls, keeping the agent's context current throughout a session.

    CI/CD Integration

    VibeDrift ships a GitHub Action (skhan75/vibedrift-actions@v1) that runs on pull requests, posts a score-delta comment showing new drifts introduced, and can fail the check if the score drops below a configurable threshold via --fail-on-score. The raw CLI also works in GitLab CI, CircleCI, Bitbucket Pipelines, and Jenkins using npx @vibedrift/cli . --json --fail-on-score 70 with a VIBEDRIFT_TOKEN environment variable. A --local-only flag skips all network calls for air-gapped or restricted environments.

    Update: v0.14.9

    The latest release is v0.14.9, published on 2026-07-07, with the repository last pushed the same day. Version 0.14.6 introduced reimplementation scoring on deep scans — concentrated cross-file reinvention of the same logic now lowers the Vibe Drift Score, while sparse or legacy parallel implementations remain informational. The project was announced as open source recently (MIT license, 46 GitHub stars at time of writing) and the changelog notes that new detectors and calibration improvements land most weeks.

    VibeDrift - 1

    Community Discussions

    Be the first to start a conversation about VibeDrift

    Share your experience with VibeDrift, ask questions, or help others learn from your insights.

    Pricing

    FREE

    Free

    Unlimited local scans, free MCP tools, and 1 deep scan per month. No credit card needed.

    • 1 deep scan per month
    • Unlimited local scans
    • Free MCP tools, forever
    • Vibe Drift Score + reports
    • Scan-over-scan delta

    Pro

    Popular

    For developers shipping every day. Includes deep scans, in-editor checks, watch mode, and CI/CD.

    $15
    per month
    • 12 deep scans per month
    • Drift trend over time
    • In-editor deep checks via MCP
    • Coherence report + copy-ready fixes
    • Watch mode + git pre-push gate
    • Top-ups: 5 scans for $10

    Enterprise

    Regulated, air-gapped, or self-hosted deployments with SSO, custom rules, and dedicated support.

    Custom
    contact sales
    • Self-host in your cloud (BYOC)
    • Team seats + shared dashboard
    • SSO / SAML
    • Custom rules + SLA
    • GitHub App, auto-PR
    • Dedicated support

    Deep Scan Top-up

    Add-on

    5 additional deep scans, one-time purchase. Credits never expire and pool with monthly allotment.

    $10
    one time
    Part of vibedrift
    • 5 deep scans
    • Credits never expire
    • Pools with monthly allotment
    • Available on any plan
    View official pricing

    Capabilities

    Key Features

    • Cross-file drift detection comparing files against each other
    • Vibe Drift Score (0-100, A-F grade) based on codebase's own conventions
    • Hygiene Score for generic quality findings (complexity, dead code, TODOs)
    • MCP server with 5 tools for in-loop drift prevention
    • Agent memory via .vibedrift/ folder (context.md, fix-plan.md, patterns.json)
    • Watch mode: rescan on every file save, zero network calls
    • Deep scan: AI-powered semantic duplicate detection and intent mismatch detection
    • Code DNA structural fingerprinting and hash-based duplicate detection
    • 13 cross-file drift categories including architectural contradictions, security gaps, naming inconsistency
    • CI/CD integration with GitHub Action and --fail-on-score flag
    • Scan-over-scan delta showing what changed since last scan
    • Local-only mode for air-gapped environments
    • Support for JavaScript, TypeScript, Python, Go, and Rust
    • HTML, terminal, JSON, CSV, and DOCX report formats
    • Pre-push git hook for drift-score gating
    • Dashboard with score timeline, scan history, and project grouping

    Integrations

    Claude Code
    Cursor
    GitHub Copilot
    Windsurf
    Antigravity
    OpenAI Codex
    Kiro
    Claude Desktop
    VS Code
    Zed
    GitHub Actions
    GitLab CI
    CircleCI
    Bitbucket Pipelines
    Jenkins
    npm
    API Available
    View Docs

    Ratings & Reviews

    No ratings yet

    Be the first to rate VibeDrift and help others make informed decisions.

    Developer

    VibeDrift Team

    VibeDrift builds open-source code consistency tooling for AI coding agents. The project is led by Sami Khan and contributors, and ships a CLI scanner plus MCP server that catches architectural drift before it spreads across AI-generated codebases. The core local scanner is MIT-licensed and runs entirely on the developer's machine, with an optional cloud deep-scan service for semantic analysis. VibeDrift integrates with Claude Code, Cursor, Windsurf, and any MCP-compatible client.

    Founded 2026
    San Francisco, CA
    2 employees
    Read more about VibeDrift Team
    WebsiteGitHub
    1 tool in directory

    Similar Tools

    Serena icon

    Serena

    An open-source MCP toolkit that gives AI coding agents IDE-level semantic code retrieval, editing, and refactoring capabilities across 40+ programming languages.

    Nuxt MCP icon

    Nuxt MCP

    Model Context Protocol (MCP) integration for Nuxt applications, enabling AI assistants to interact with your Nuxt development environment.

    Ask Oracle icon

    Ask Oracle

    A CLI tool that bundles your prompt and files to query frontier AI models (GPT-5.5 Pro, Gemini 3.1 Pro, Claude Opus) via API or browser automation, with session management and MCP support.

    Browse all tools

    Related Topics

    MCP Servers

    Model Context Protocol servers that extend AI capabilities.

    134 tools

    AI Coding Assistants

    AI tools that help write, edit, and understand code with intelligent suggestions.

    617 tools

    Code Intelligence

    AI tools that analyze, generate, and transform code through natural language understanding and programming language comprehension.

    80 tools
    Browse all topics
    Back to all toolsSuggest an edit
    ratings
    discussions