Stats
Actions
Tags
From claude-orchestration
Runs locally as a Node.js subprocess to compute and expose metrics for the project in CLAUDE_PROJECT_DIR, such as code statistics or project health data. No API keys required.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"project-metrics": {
"command": "node",
"args": [
".claude/mcp-servers/project-metrics/index.js"
],
"env": {
"CLAUDE_PROJECT_DIR": "."
}
}
}
}Server configuration and connection parameters
nodeCommand-line arguments passed to the server process
Environment variables set when the server starts
CLAUDE_PROJECT_DIR=.npx claudepluginhub markus41/claude --plugin work-automation