Skip to content

Tech Debt MCPStatic tech-debt analysis as an MCP server

16 tools, 14 languages, custom rules, offline dependency inventory — drop it into Claude Code, Copilot, or any MCP client.

Tech Debt MCPTech Debt MCP

Quick start

bash
# Run directly via npx
npx -y tech-debt-mcp@latest

Then add it to your MCP client config — see Install for claude_desktop_config.json, Claude Code plugin, and MCPB bundle paths.

What you get

  • 16 MCP tools for project-, file-, and rule-level analysis — see the tool reference.
  • Two MCP resource templates (debt://summary/{+projectPath}, debt://issues/{+projectPath}) for read-only ingestion.
  • SQALE rating + remediation time for every project.
  • Offline dependency reports across the major package managers (CVE lookup is a planned future feature).
  • Inline suppression (// techdebt-ignore-next-line <rule>) to silence false positives without disabling rules globally.