TechDebtMCP
JSON →MCP server for analyzing and managing technical debt in codebases via the Model Context Protocol
Install
npx -y tech-debt-mcp@latest"}' Tools · 16
- analyze_project Analyze entire project — filter by language, category, severity, maxFiles
- analyze_file Analyze a single file
- get_debt_summary Quick summary with health score and issue counts
- get_sqale_metrics SQALE rating, remediation time, debt ratio, breakdowns
- get_recommendations Prioritized fix suggestions (configurable limit)
- get_issues_by_severity Issues filtered by severity level
- get_issues_by_category Issues filtered by debt category
- list_supported_languages All languages with their checks
- add_custom_rule Add regex-based tech debt rule
- remove_custom_rule Remove a custom rule by ID
- list_session_custom_rules List rules added via add_custom_rule this session (does not include .techdebtrc.json customPatterns)
- execute_custom_rules Run custom rules against code or file
- validate_custom_pattern Test a pattern before adding it
- check_dependencies Scan package manifests across 10 ecosystems
- get_vulnerability_report Offline dependency inventory for CVE review
- validate_config Validate .techdebtrc.json schema
Links
★ 7 GitHub stars