41
/ 100
1 month ago
glama

ResumeMCP

Enables AI assistants to fetch a master resume, tailor it to a job description, and generate a polished PDF resume using headless Chromium.

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find.

Install from

M8ven verifies MCPs across every public registry — install directly from whichever one you prefer.

// key findings
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 1 credential: OAUTH_CLIENT_SECRET
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// required environment variables
This server reads these from process.env. You'll be asked to provide them before it can run.
configCHROME_PATHThe server auto-detects common binary names (google-chrome, chromium, chromium-browser). You only need to set if it isn't found automatically — which is rare.
configDATA_DIRPlatform data dir Root directory for oauth_tokens.json and the default master-resumes/ subdirectory.
configGENERATED_RESUME_DIRPlatform documents dir Where generated PDFs are saved.
configMASTER_RESUME_DIR$DATA_DIR/master-resumes Directory containing master resume JSON files.
configMASTER_RESUME_PATH(unset) Path to a single default master resume file. Overrides MASTER_RESUME_DIR for the default owner.
configMCP_HOST127.0.0.1 Bind address. Set to 0.0.0.0 to accept external connections (Docker sets this automatically).
configMCP_PORT7331 Port the server listens on.
configOAUTH_CLIENT_IDresume-mcp-client
🔐 secretOAUTH_CLIENT_SECRET(empty) Optional client secret. Leave blank to skip secret verification.
// full audit trail
The full breakdown of what we checked, the deductions that landed, the network hosts, the dependency advisories, and concrete fix guidance is available to verified publishers.
// improvement guidance — verified publishers only
We have 2 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Score](https://m8ven.ai/badge/mcp/khaleelclark-resumemcp-riirk6)](https://m8ven.ai/mcp/khaleelclark-resumemcp-riirk6)
commit: c52f8b9aa3fdca6e238389aec8d37e8f5857dac3
code hash: 985ebd698b39ec37cacd8b1db47e52a49f70651ba3c4b3fd4b5ed5de2cbf58c3
verified: 6/21/2026, 10:10:46 AM
view raw JSON →