Skip to main content
Glama
notaprompt

reframed-mcp

by notaprompt

reframed-mcp

Reframed 的 MCP 服务器。从任何兼容 MCP 的代理工具中根据职位定制简历。

一个工具:reframed_tailor。接受您的简历(文件路径或原始文本)和职位描述。返回两个保留个人风格的版本和一份来源摘要。


获取 API 密钥

  1. 登录 reframed.works

  2. 前往 Settings → API Keys → Create key

  3. 复制您的密钥 (rt_live_...)


安装

Claude Code

claude mcp add reframed -- npx -y reframed-mcp
export REFRAMED_API_KEY=rt_live_...

或者永久存储密钥:

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

Claude Desktop

编辑 ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "reframed": {
      "command": "npx",
      "args": ["-y", "reframed-mcp"],
      "env": {
        "REFRAMED_API_KEY": "rt_live_..."
      }
    }
  }
}

重启 Claude Desktop。

Cursor

在 Cursor 设置 → Features → MCP 中:

{
  "reframed": {
    "command": "npx",
    "args": ["-y", "reframed-mcp"],
    "env": { "REFRAMED_API_KEY": "rt_live_..." }
  }
}

Continue.dev

~/.continue/config.json 中:

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

使用方法

安装完成后,询问您的助手:

Tailor my resume at ~/resume.md to this job: [粘贴职位描述文本]

风格选项

style

您将获得

conservative

轻微编辑 — 使用您的原话,针对 ATS 优化

reframed

保留个人风格的重写 — 更强的框架感

both (默认)

两个版本 + 来源摘要


限制

  • 每个 API 密钥每小时 100 次调用

  • V1 版本不支持 .pdf 简历输入 — 请转换为 .md 或粘贴原始文本

  • 职位描述输入:粘贴原始文本(V2 版本将支持 URL 抓取)


许可证

MIT — 参见 LICENSE。 参见 NOTICE.md 获取致谢信息。

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