Stats
Actions
Tags
From resume-builder
Connects to a cloud-based AI resume scoring service. Runs locally to analyze and tune resumes. Requires the SCORER_CLOUD_URL environment variable.
Copy this JSON into your .mcp.json to enable this server
Add 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"
}
}
}
}Review these signals before enabling this server
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
python${CLAUDE_PLUGIN_ROOT}Command-line arguments passed to the server process
Environment variables set when the server starts
SCORER_CLOUD_URL=https://resume-scorer.fly.devnpx claudepluginhub jananthan30/resume-builder --plugin resume-builder