Tech Debt Master
FreeNot checkedA CLI tool that automates technical debt discovery, triage, and resolution. `tdm` transforms technical debt management into a proactive, automated process that
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
repomixto 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
Install .NET 9.0 SDK
# Download from https://dotnet.microsoft.com/download/dotnet/9.0Install repomix
npm install -g repomix
Build from Source
Clone the repository
git clone <repository-url> cd tech-debt-masterBuild the solution
dotnet buildBuild 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
- Spectre.Console for the beautiful CLI framework
- Microsoft Semantic Kernel for AI orchestration
- repomix for repository packaging
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-masterFAQ
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
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare 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
