From claude-orchestration
Runs locally as a Node.js subprocess to enforce code quality gates on the project directory via CLAUDE_PROJECT_DIR. Performs analysis or checks for code standards.
npx claudepluginhub markus41/claude --plugin work-automationAdd to your .mcp.json:
{
"mcpServers": {
"code-quality-gate": {
"command": "node",
"args": [
".claude/mcp-servers/code-quality-gate/index.js"
],
"env": {
"CLAUDE_PROJECT_DIR": "."
}
}
}
}nodeCLAUDE_PROJECT_DIR=.