Skip to main content
Glama
notaprompt

reframed-mcp

by notaprompt

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

  1. Sign in at reframed.works

  2. Go to Settings → API Keys → Create key

  3. Copy your key (rt_live_...)


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/key

Claude 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

style

What you get

conservative

Light edits — your words, ATS-optimized

reframed

Voice-preserving rewrite — stronger framing

both (default)

Both versions + provenance summary


Limits

  • 100 calls/hour per API key

  • .pdf resume input not supported in V1 — convert to .md or paste raw text

  • JD input: paste raw text (URL scraping coming in V2)


License

MIT — see LICENSE.
See NOTICE.md for credits.

Install Server
A
license - permissive license
A
quality
C
maintenance

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

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