Skip to main content
Glama
notaprompt

reframed-mcp

by notaprompt

reframed-mcp

Reframed용 MCP 서버입니다. 모든 MCP 호환 에이전트 하네스에서 이력서를 직무에 맞게 조정하세요.

단일 도구: reframed_tailor. 이력서(파일 경로 또는 원문)와 직무 기술서를 입력으로 받습니다. 어조를 보존한 두 가지 버전과 출처 요약을 반환합니다.


API 키 발급

  1. reframed.works에 로그인합니다.

  2. 설정(Settings) → API 키(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_..." }
    }
  ]
}

사용법

설치 후 어시스턴트에게 다음과 같이 요청하세요:

~/resume.md에 있는 내 이력서를 이 직무에 맞춰 조정해줘: [직무 기술서 텍스트 붙여넣기]

스타일 옵션

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