reframed-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@reframed-mcpReframe my resume at ~/resume.md for this job: Senior SWE at Acme"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
reframed-mcp
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.
Get an API key
Sign in at reframed.works
Go to Settings → API Keys → Create key
Copy your key (
rt_live_...)
Related MCP server: IAM MCP Server
Install
Claude Code
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/keyClaude Desktop
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.
Cursor
In Cursor settings → Features → MCP:
{
"reframed": {
"command": "npx",
"args": ["-y", "reframed-mcp"],
"env": { "REFRAMED_API_KEY": "rt_live_..." }
}
}Continue.dev
In ~/.continue/config.json:
{
"mcpServers": [
{
"name": "reframed",
"command": "npx",
"args": ["-y", "reframed-mcp"],
"env": { "REFRAMED_API_KEY": "rt_live_..." }
}
]
}Usage
Once installed, ask your assistant:
Tailor my resume at ~/resume.md to this job: [paste JD text]
Style options
| What you get |
| Light edits — your words, ATS-optimized |
| Voice-preserving rewrite — stronger framing |
| Both versions + provenance summary |
Limits
100 calls/hour per API key
.pdfresume input not supported in V1 — convert to.mdor paste raw textJD input: paste raw text (URL scraping coming in V2)
License
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- Flicense-qualityDmaintenanceAutomates resume tailoring by formatting job descriptions, using AI to customize resumes for specific positions, and saving both jobs and tailored resumes to organized folders.Last updated
- Alicense-qualityCmaintenanceProcesses and manages applicant resumes, facilitates job searches, generates job-specific resumes, and creates tailored cover letters.Last updated1MIT
- Flicense-qualityBmaintenanceEnables AI clients to manage resumes, match job descriptions, and generate tailored PDF resumes.Last updated3
- Flicense-qualityCmaintenanceHelps job seekers tailor their resume and generate cover letters against a specific job posting, powered by Claude.Last updated
Related MCP Connectors
Tailor resumes, generate cover letters, render CVs as PDF, and browse 22+ templates.
Loads your personal writing voice into any AI and scores how closely a draft matches it.
AI cover letter generation for agents. Job analysis, profile matching, narrative letters.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/notaprompt/reframed-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server