Dependency AnalysisInside Your AI Coding Assistant
The Model Context Protocol brings DepFixer tools directly into your IDE. Analyze dependencies, check compatibility, and plan migrations without leaving Claude Code, Cursor, or Windsurf.
Set Up in Your IDE
Add the DepFixer MCP server to your preferred AI coding assistant in under a minute
Add to your Claude Code MCP settings ( .claude/settings.json )
{
"mcpServers": {
"depfixer": {
"command": "npx",
"args": [
"@depfixer/mcp-server"
],
"env": {
"DEPFIXER_API_KEY": "dfx_live_YOUR_KEY"
}
}
}
}Replace dfx_live_YOUR_KEY with your API key from the dashboard, or remove the env block to use free audit mode.
Available Tools
Three powerful tools your AI assistant can call on your behalf
depfixer_analyzeScan your package.json for dependency conflicts, get a health score, severity breakdown, and actionable fix commands.
depfixer_check_compatibilityCheck if a specific package version is compatible with your framework. Get peer dependency validation and version alignment checks.
depfixer_migratePlan framework migrations with before and after projections. See exactly which packages need updating and what the final health score will be.
Free Audit vs Full Analysis
Start with free audit mode to see your issues, then unlock full analysis with an API key
Free Mode
No API key required
- Issue count and severity breakdown
- Health score assessment
- Detailed conflict descriptions
- Fix commands for package.json
- Migration planning with projections
- Compatibility checking
With API Key
Full access
- Issue count and severity breakdown
- Health score assessment
- Detailed conflict descriptions
- Fix commands for package.json
- Migration planning with projections
- Compatibility checking
| Feature | Free Mode | With API Key |
|---|---|---|
| Issue count and severity breakdown | ||
| Health score assessment | ||
| Detailed conflict descriptions | ||
| Fix commands for package.json | ||
| Migration planning with projections | ||
| Compatibility checking |
Get Started in 30 Seconds
Run the command below, add the config to your IDE, and start analyzing dependencies with your AI assistant.
npx @depfixer/mcp-server