Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Tech Debt Master

FreeNot checked

A CLI tool that automates technical debt discovery, triage, and resolution. `tdm` transforms technical debt management into a proactive, automated process that

GitHubEmbed

About

A CLI tool that automates technical debt discovery, triage, and resolution. tdm transforms technical debt management into a proactive, automated process that works seamlessly with your existing development tools through MCP integration.

README

A CLI tool for analyzing and managing technical debt in software repositories using AI-powered analysis with Microsoft Semantic Kernel.

Overview

TechDebtMaster is a command-line application that helps developers identify, analyze, and manage technical debt in their codebases. It leverages the power of AI through Microsoft Semantic Kernel and integrates with repomix to provide comprehensive repository analysis.

Features

  • Repository Indexing: Index repositories using repomix to extract file summaries and structure
  • AI-Powered Analysis: Analyze technical debt using Azure OpenAI models
  • Beautiful CLI Interface: Modern command-line interface powered by Spectre.Console
  • Extensible Architecture: Built with dependency injection and modular design

Prerequisites

  • .NET 9.0 SDK
  • repomix installed and available in PATH
  • Azure OpenAI API access (via EPAM AI Proxy or direct Azure OpenAI)

Installation

dotnet cake --target pack

dotnet tool install --global --add-source ./Artefacts TechDebtMaster.Cli --prerelease

dotnet tool uninstall TechDebtMaster.Cli -g

Prerequisites Setup

  1. Install .NET 9.0 SDK

    # Download from https://dotnet.microsoft.com/download/dotnet/9.0
    
  2. Install repomix

    npm install -g repomix
    

Build from Source

  1. Clone the repository

    git clone <repository-url>
    cd tech-debt-master
    
  2. Build the solution

    dotnet build
    
  3. Build using Cake (optional)

    dotnet cake --target build
    

Usage

Available Commands

Index Command

Index a repository to extract file summaries and prepare for analysis:

dotnet run --project src/TechDebtMaster.Cli -- index <repository-path>

Examples:

# Index a local repository
dotnet run --project src/TechDebtMaster.Cli -- index "C:\my-project"

# Index a repository on Linux/macOS
dotnet run --project src/TechDebtMaster.Cli -- index "/home/user/my-project"

Analyze Command

Analyze a repository for technical debt (currently shows mock data):

dotnet run --project src/TechDebtMaster.Cli -- analyze <repository-path>

Acknowledgments

from github.com/NikiforovAll/tech-debt-master

Installing Tech Debt Master

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/NikiforovAll/tech-debt-master

FAQ

Is Tech Debt Master MCP free?

Yes, Tech Debt Master MCP is free — one-click install via Unyly at no cost.

Does Tech Debt Master need an API key?

No, Tech Debt Master runs without API keys or environment variables.

Is Tech Debt Master hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Tech Debt Master in Claude Desktop, Claude Code or Cursor?

Open Tech Debt Master on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare Tech Debt Master with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs