6 hours ago
Static technical-debt analysis across 14 languages, exposed as MCP tools and resources
Tools
analyze_project
analyze_file
get_debt_summary
get_sqale_metrics
list_supported_languages
get_recommendations
get_issues_by_severity
get_issues_by_category
add_custom_rule
remove_custom_rule
list_session_custom_rules
execute_custom_rules
validate_custom_pattern
check_dependencies
validate_config
get_vulnerability_report
Server Config
{
"mcpServers": {
"tech-debt-mcp": {
"command": "npx",
"args": [
"-y",
"tech-debt-mcp@latest"
]
}
}
}