MCP Servers / development / TechDebtMCP

TechDebtMCP

JSON →
stdionone7development

MCP server for analyzing and managing technical debt in codebases via the Model Context Protocol

Install
How to run this server
[ { "cmd": "npx -y tech-debt-mcp@latest\"}'", "imports": [] } ]
server path: techdebtmcp
Tools
What this server exposes
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
Configuration
Environment & auth
authnone
Resources
TechDebtMCP — MCP Server · libregistry