From resume-builder
Runs locally as a Python subprocess (mcp_scorer.py) connecting to a cloud scoring service via SCORER_CLOUD_URL for AI resume tuning and scoring capabilities.
npx claudepluginhub jananthan30/resume-builder --plugin resume-builderAdd to your .mcp.json:
{
"mcpServers": {
"ai-resume-tuner": {
"command": "python",
"args": [
"${CLAUDE_PLUGIN_ROOT}/mcp_scorer.py"
],
"env": {
"SCORER_CLOUD_URL": "https://resume-scorer.fly.dev"
}
}
}
}This server has elevated permissions. Review the source code before enabling.
python${CLAUDE_PLUGIN_ROOT}SCORER_CLOUD_URL=https://resume-scorer.fly.dev