MCP Server for analyzing technical debt across multiple programming languages
claude mcp add tech-debt-mcp -- npx -y tech-debt-mcp
claude_desktop_config.json
{
"mcpServers": {
"tech-debt-mcp": {
"command": "npx",
"args": [
"-y",
"tech-debt-mcp"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"tech-debt-mcp": {
"command": "npx",
"args": [
"-y",
"tech-debt-mcp"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"tech-debt-mcp": {
"command": "npx",
"args": [
"-y",
"tech-debt-mcp"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"tech-debt-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"tech-debt-mcp"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"tech-debt-mcp": {
"command": "npx",
"args": [
"-y",
"tech-debt-mcp"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.PierreJanineh--tech-debt-mcp/reviews or the review_server meta-tool.
POST /mcp