The drift MCP server scans codebases to detect patterns and conventions. It provides context to AI agents like Claude or Cursor via IDE MCP, or works offline with CLI. Developers use it to improve AI code suggestions by teaching agents their coding style and patterns.
The drift MCP server scans codebases to detect patterns and conventions. It provides context to AI agents like Claude or Cursor via IDE MCP, or works offline with CLI. Developers use it to improve AI code suggestions by teaching agents their coding style and patterns.
npx -y drift-v2Add this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"dadbodgeoff-drift-github": {
"command": "npx",
"args": [
"-y",
"npx -y drift-v2"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from drift?"
No configuration required. This server works out of the box.
"What resources are available in drift?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in drift"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in drift with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.