Stats
Actions
Tags
Local Node.js stdio server for computing code metrics like complexity, lines of code, and quality indicators on source files.
Copy 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
npx claudepluginhub jeremylongshore/claude-code-plugins-plus-skills --plugin project-health-auditor