Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.PierreJanineh/tech-debt-mcp

NPM · TECH-DEBT-MCP · SCANNED SEP 21

MCP Server for analyzing technical debt across multiple programming languages

Available components

0 this week 94 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 106 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency100
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to PierreJanineh/TechDebtMCP). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 119 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability79
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 955 tokens (~59/item across 16 items; 16 tools + 0 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management97
  • Stability observed for 29 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety88
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • 1 of 2 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation; "execute_custom_rules" implies "execute" and declares readOnlyHint instead, contradicting what its own name says it does. See how to fix → Partial
  • An AI judge read all 16 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.PierreJanineh/tech-debt-mcp server?

io.github.PierreJanineh/tech-debt-mcp runs locally as an npm package, launched with npx -y tech-debt-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · tech-debt-mcp

# add to Claude Code
claude mcp add pierrejanineh-tech-debt-mcp -- npx -y tech-debt-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "pierrejanineh-tech-debt-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tech-debt-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "pierrejanineh-tech-debt-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tech-debt-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add pierrejanineh-tech-debt-mcp -- npx -y tech-debt-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "pierrejanineh-tech-debt-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "tech-debt-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add pierrejanineh-tech-debt-mcp --command npx --arg -y --arg tech-debt-mcp
# ~/.hermes/config.yaml
mcp_servers:
  pierrejanineh-tech-debt-mcp:
    command: "npx"
    args: ["-y", "tech-debt-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "pierrejanineh-tech-debt-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "tech-debt-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add pierrejanineh-tech-debt-mcp -t stdio -c npx -a -y tech-debt-mcp
// mcp.json
{
  "mcpServers": {
    "pierrejanineh-tech-debt-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "tech-debt-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 +2
    • Security disclosure: unverified → pass functional
  • 18 Sept 26 −1
    • Security disclosure: pass → unverified functional
  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 15 Sept 26 +1
    • Stability: 0.97 → pass security
  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 10 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 9 Sept 26 −3
    • Stability: pass → 0.80 functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 21 Sept 2026 · Analysed npm/tech-debt-mcp@2.1.0

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo PierreJanineh/TechDebtMCP
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/PierreJanineh/TechDebtMCP/.github/workflows/publish.yml@refs/tags/v2.1.0
Rekor log index 1619276525
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:b240e8124b7f2d76241c9d8401f084f2023e3cb5130838be20c74944d44b7c7d5349989b80c16889aaf010125e3b9f8dba95e5a9c9623aae3a8e83fa9

Background: How many MCP packages publish verified provenance →

Dependencies 106 packages
Packages resolved 106
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 16 exposed · ~955 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
add_custom_rule ~119

Add a custom pattern-based tech debt rule.

NameTypeReqDescription
categorystringyesDebt category
flagsstringOptional: regex flags (g, i, m, s, etc.)
idstringyesUnique identifier for the rule
languagesarrayOptional: apply only to specific languages
messagestringyesIssue title/message
patternstringyesRegex pattern to match
severitystringyesIssue severity level
suggestionstringOptional: how to fix the issue

No output schema declared.

No examples provided.

analyze_file ~31

Analyze a single file for technical debt issues.

NameTypeReqDescription
pathstringyesAbsolute path to the file to analyze

No output schema declared.

No examples provided.

analyze_project ~107

Analyze an entire project for technical debt. Scans all supported files and returns a comprehensive report with issues, metrics, and recommendations.

NameTypeReqDescription
categoriesarrayOptional: filter by debt categories
languagesarrayOptional: specific languages to analyze
maxFilesintegerOptional: maximum number of files to analyze (minimum: 1)
pathstringyesAbsolute path to the project root directory
severitystringOptional: minimum severity level

No output schema declared.

No examples provided.

check_dependencies ~47

Analyze project dependencies across multiple package managers.

NameTypeReqDescription
includeDevbooleanOptional: include development dependencies (default: true)
pathstringyesAbsolute path to the project root directory

No output schema declared.

No examples provided.

execute_custom_rules ~98

Execute all custom rules against code or a file.

NameTypeReqDescription
codestringSource code content to analyze directly (maximum 500000 characters; alternative to path). Either path or code must be provided.
languagestringOptional: programming language for filtering rules
pathstringAbsolute filesystem path to the file to analyze (maximum 500000 bytes). An empty string is treated the same as omitting the field.

No output schema declared.

No examples provided.

get_debt_summary ~35

Get a quick summary of technical debt in a project.

NameTypeReqDescription
pathstringyesAbsolute path to the project root directory

No output schema declared.

No examples provided.

get_issues_by_category ~44

Get all issues of a specific category.

NameTypeReqDescription
categorystringyesCategory to filter by
pathstringyesAbsolute path to the project root directory

No output schema declared.

No examples provided.

get_issues_by_severity ~47

Get all issues of a specific severity level.

NameTypeReqDescription
pathstringyesAbsolute path to the project root directory
severitystringyesSeverity level to filter by

No output schema declared.

No examples provided.

get_recommendations ~57

Get prioritized recommendations for addressing technical debt.

NameTypeReqDescription
limitintegerOptional: maximum number of recommendations to return (default: 5, minimum: 1)
pathstringyesAbsolute path to the project root directory

No output schema declared.

No examples provided.

get_sqale_metrics ~60

Get SQALE technical debt metrics including remediation time, debt ratio, and rating.

NameTypeReqDescription
developmentTimenumberOptional: estimated development time in hours for debt ratio calculation
pathstringyesAbsolute path to the project root directory

No output schema declared.

No examples provided.

get_vulnerability_report ~69

Generate an offline dependency report listing all project dependencies for vulnerability review. Note: actual CVE lookups require Phase 2b online integration.

NameTypeReqDescription
includeDevbooleanOptional: include development dependencies (default: false)
pathstringyesAbsolute path to the project root directory

No output schema declared.

No examples provided.

list_session_custom_rules ~73

List custom rules registered in this server session via add_custom_rule. Does NOT include customPatterns declared in .techdebtrc.json (those run inside analyze_project via AnalysisEngine but are not surfaced here). Renamed from list_custom_rules (TEC-51) for clarity; the old name is no longer registered.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_supported_languages ~18

List all programming languages supported by the analyzer.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

remove_custom_rule ~29

Remove a custom rule by ID.

NameTypeReqDescription
idstringyesID of the rule to remove

No output schema declared.

No examples provided.

validate_config ~49

Validate a .techdebtrc.json configuration file for syntax and schema correctness.

NameTypeReqDescription
pathstringyesAbsolute path to the project root directory or directly to a .techdebtrc.json file

No output schema declared.

No examples provided.

validate_custom_pattern ~72

Validate a custom pattern before adding it as a rule.

NameTypeReqDescription
categorystringyesDebt category
idstringyesUnique identifier for the rule
messagestringyesIssue title/message
patternstringyesRegex pattern to validate
severitystringyesIssue severity level

No output schema declared.

No examples provided.

Common questions

What is the io.github.PierreJanineh/tech-debt-mcp server?

io.github.PierreJanineh/tech-debt-mcp is listed in the public MCP registry as io.github.PierreJanineh/tech-debt-mcp. MCP Server for analyzing technical debt across multiple programming languages. This page covers its npm package (tech-debt-mcp).

Is the io.github.PierreJanineh/tech-debt-mcp server safe to use?

io.github.PierreJanineh/tech-debt-mcp scores 94 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 21 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.PierreJanineh/tech-debt-mcp server expose?

io.github.PierreJanineh/tech-debt-mcp exposes 16 tools: analyze_project, analyze_file, get_debt_summary, get_sqale_metrics, list_supported_languages, and 11 more. Their descriptions and schemas cost roughly 955 tokens of context every time the server is loaded.

Is the io.github.PierreJanineh/tech-debt-mcp server still maintained?

io.github.PierreJanineh/tech-debt-mcp is still listed as active in the MCP registry. We last reached this channel on 21 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.PierreJanineh/tech-debt-mcp server under?

io.github.PierreJanineh/tech-debt-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.