Stats
Actions
Tags
Help us improve
Share bugs, ideas, or general feedback.
Local Node.js stdio server for computing code metrics like complexity, lines of code, and quality indicators on source files.
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin project-health-auditorCopy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"code-metrics": {
"command": "node",
"args": [
"${CLAUDE_PLUGIN_ROOT}/dist/servers/code-metrics.js"
]
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Share bugs, ideas, or general feedback.