loading…
Search for a command to run...
loading…
Tailors a resume to a job description by providing two voice-preserving versions and a provenance summary.
Tailors a resume to a job description by providing two voice-preserving versions and a provenance summary.
MCP server for Reframed. Tailor a resume to a job from any MCP-compatible agent harness.
One tool: reframed_tailor. Accepts your resume (file path or raw text) and a job description. Returns two voice-preserving versions and a provenance summary.
rt_live_...)claude mcp add reframed -- npx -y reframed-mcp
export REFRAMED_API_KEY=rt_live_...
Or store the key permanently:
mkdir -p ~/.config/reframed
echo "rt_live_..." > ~/.config/reframed/key
Edit ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"reframed": {
"command": "npx",
"args": ["-y", "reframed-mcp"],
"env": {
"REFRAMED_API_KEY": "rt_live_..."
}
}
}
}
Restart Claude Desktop.
In Cursor settings → Features → MCP:
{
"reframed": {
"command": "npx",
"args": ["-y", "reframed-mcp"],
"env": { "REFRAMED_API_KEY": "rt_live_..." }
}
}
In ~/.continue/config.json:
{
"mcpServers": [
{
"name": "reframed",
"command": "npx",
"args": ["-y", "reframed-mcp"],
"env": { "REFRAMED_API_KEY": "rt_live_..." }
}
]
}
Once installed, ask your assistant:
Tailor my resume at ~/resume.md to this job: [paste JD text]
style |
What you get |
|---|---|
conservative |
Light edits — your words, ATS-optimized |
reframed |
Voice-preserving rewrite — stronger framing |
both (default) |
Both versions + provenance summary |
.pdf resume input not supported in V1 — convert to .md or paste raw textAdd this to claude_desktop_config.json and restart Claude Desktop.
{
"mcpServers": {
"reframed-mcp": {
"command": "npx",
"args": []
}
}
}