← All plugins
project-health-auditor
v1.18.0Analyze local repos for code health, complexity, test coverage gaps - multi-dimensional health analysis combining complexity + churn + coverage
Claude Code1 MCP serverstdio
by Intent Solutions IOMIT2.6kupdated 10 hours ago
Source
git clone https://github.com/jeremylongshore/claude-code-plugins-plus-skillsClone the source, then follow the repository's marketplace instructions for your runtime. The plugin root is plugins/mcp/project-health-auditor/ inside the repository.
Layout
plugins/mcp/project-health-auditor/
├── .claude-plugin/plugin.json└── .mcp.json
MCP servers1
code-metricsstdio
- command
- node
- args
- ${CLAUDE_PLUGIN_ROOT}/dist/servers/code-metrics.js
MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.
Manifests1
plugins/mcp/project-health-auditor/.claude-plugin/plugin.json
{
"name": "project-health-auditor",
"version": "1.18.0",
"description": "Analyze local repos for code health, complexity, test coverage gaps - multi-dimensional health analysis combining complexity + churn + coverage",
"author": {
"name": "Intent Solutions IO",
"url": "https://intentsolutions.io",
"email": "[email protected]"
},
"repository": "https://github.com/jeremylongshore/claude-code-plugins",
"license": "MIT",
"keywords": [
"code-analysis",
"health-metrics",
"complexity",
"git-churn",
"test-coverage",
"mcp",
"code-quality"
]
}