Codebase intelligence for AI. Detects patterns & conventions + remembers decisions across sessions. MCP server for any IDE. Offline CLI.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"drift": {
"command": "npx",
"args": [
"-y",
"dadbodgeoff/drift"
]
}
}
}
Run in terminal:
claude mcp add drift npx -y dadbodgeoff/drift
Add to .cursor/mcp.json:
{
"mcpServers": {
"drift": {
"command": "npx",
"args": [
"-y",
"dadbodgeoff/drift"
]
}
}
}