Skip to main content
Glama
notaprompt

reframed-mcp

by notaprompt

reframed-mcp

Tailor a resume to a job posting, from inside whatever agent you already use.

No account. No API key. Install it and ask.


Start

Claude Code

claude mcp add reframed -- npx -y reframed-mcp

Claude Desktop

Edit ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "reframed": {
      "command": "npx",
      "args": ["-y", "reframed-mcp"]
    }
  }
}

Restart Claude Desktop.

Cursor

Settings → Features → MCP:

{
  "reframed": {
    "command": "npx",
    "args": ["-y", "reframed-mcp"]
  }
}

Continue.dev

In ~/.continue/config.json:

{
  "mcpServers": [
    {
      "name": "reframed",
      "command": "npx",
      "args": ["-y", "reframed-mcp"]
    }
  ]
}

Related MCP server: IAM MCP Server

Ask

Tailor my resume at ~/resume.md to this job: [paste the posting]

That's the whole thing.


What comes back

Two versions of the resume and a provenance summary — how much of the result is still your own words.

style

What you get

conservative

Light edits — your words, shaped for the ATS

reframed

Voice-preserving rewrite — stronger framing

both (default)

Both versions + provenance summary

The provenance summary is backed by a signed receipt at reframed.works/verify/<id> — the percentages are checkable, not just asserted.


The free tier

Three tailors a week. No sign-up, nothing to configure.

Counted per network address, on the same weekly window the site uses.

When they're gone, the tool says so and points at reframed.works/pricing.

Other limits:

  • .pdf resume input isn't supported — convert to .md or paste raw text

  • Job description goes in as raw text (URL scraping comes later)


For more than the free tier

An API key raises the ceiling to your plan's quota and runs the tailor against your saved voice profile.

  1. Sign in at reframed.works

  2. Settings → API Keys → Create key

  3. Copy the key (rt_live_...)

Then either export it:

export REFRAMED_API_KEY=rt_live_...

Or write it once and forget it:

mkdir -p ~/.config/reframed
echo "rt_live_..." > ~/.config/reframed/key

With a key present, calls run against the account. Without one, they run on the free tier. Nothing else changes.

Plans and quotas: reframed.works/pricing.


Pointing somewhere else

REFRAMED_API_BASE overrides the host — useful against a preview deployment or a local server. Defaults to https://reframed.works.


License

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

A
license - permissive license
A
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

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

Related MCP Servers

View all related MCP servers

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.

View all MCP Connectors

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