Back to Apps

Scc
by boyter
High-performance code counter with complexity calculations and COCOMO estimates.
0 stars
Works in:Cursor
Exposes:Tools
What it does
Scc is a fast, accurate code counter that analyzes source code to count lines of code (SLOC), blank lines, and comment lines. It provides deep insights into project size and structural complexity, helping developers understand codebase health and maintainability.
Tools
analyze: Count lines of code, comments, blanks, and estimate complexity for a project directory or file.hotspots: Rank files in a git repository by hotspot score (complexity x change-frequency) to identify defect-prone areas.
Installation
Add to claude_desktop_config.json:
{
"mcpServers": {
"scc": {
"command": "scc",
"args": ["--mcp"]
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
- Cursor
Quick install
go install github.com/boyter/scc/v3@latestInformation
- Pricing
- free
- Published
- 7/16/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add `scc --mcp` to the MCP settings in Cursor.Claude Desktop
{
"mcpServers": {
"scc": {
"command": "scc",
"args": ["--mcp"]
}
}
}





