TechDebtMCP v2.0.0: MCP server for technical debt analysis across 14 languages

TechDebtMCP v2.0.0 is an MCP server that connects Claude to your codebase to analyze technical debt. Once connected, you can ask Claude questions about technical debt, security issues, and code quality.
Key Features
- Analyzes code quality issues, security vulnerabilities, and maintainability problems across 14 programming languages: JS/TS, Python, Java, Swift, Kotlin, Go, Rust, C/C++, C#, Ruby, PHP, and more
- Provides SQALE metrics including A–E debt ratings, remediation time estimates, and debt ratios
- Includes 14 specialized SwiftUI checks for state management, retain cycles, deprecated patterns, etc.
- Performs dependency analysis across 10 package ecosystems
- Supports custom rules via
.techdebtrc.jsonfor defining regex-based checks
Example Queries
Once connected, you can ask Claude:
- "What's the worst technical debt in this project?"
- "Give me a SQALE rating for this repo"
- "What are my top 5 security issues?"
- "Scan this file and tell me what needs fixing first"
Setup
Add to Claude Desktop (claude_desktop_config.json):
{
"mcpServers": {
"tech-debt-mcp": {
"command": "npx",
"args": ["-y", "tech-debt-mcp@latest"]
}
}
}Or use Claude Code:
claude mcp add tech-debt-mcp -- npx -y tech-debt-mcp@latestThe tool scans itself regularly and currently holds an A rating with a 2.9% debt ratio.
📖 Read the full source: r/ClaudeAI
👀 See Also

Claude-Control: Mobile Remote Control for Claude Code Sessions
Claude-control is an open-source tool that lets you manage Claude Code sessions from your phone via HTTPS and WebSocket. It runs Claude Code in a real PTY inside tmux, detects permission prompts, and sends push notifications with Allow/Deny buttons.

Open-source pipeline turns Claude Code workflow into reusable skills
A developer who used Claude Code daily for 9 months has open-sourced a pipeline that structures feature development with checkpoints like functional documentation, technical documentation, complexity estimation, and security checks. The pipeline includes /new-feature and /bug-fix entry points that guide implementation.

InsForge: A Backend Semantic Layer for Claude Code Agents
InsForge exposes six backend primitives—authentication, Postgres database, S3-compatible storage, edge/serverless functions, model gateway, and site deployment—as structured components that Claude Code agents can inspect and configure via MCP instead of guessing API integrations.

Ollama Update Adds OpenClaw Support for Kimi k2.5 Cloud Model
Ollama has released an update that integrates OpenClaw support for cloud models, including free access to the Kimi k2.5 model with web search functionality, running on NVIDIA data centers.