career-mcp

career-mcp

Enables recruiters to query a person's career, projects, and impact using natural language, acting as a living resume.

Category
Visit Server

README

Career MCP — "지윤성에게 물어보세요"

지윤성의 경력·프로젝트·성과를 자연어로 질의하는 MCP 서버. 리크루터가 자기 LLM 클라이언트(Claude Desktop 등)에서 "지윤성의 3D 관련 프로젝트 알려줘", "비용을 줄인 사례는?" 이라고 직접 물어보게 만드는, 살아있는 이력서 데모입니다.

실행 증거

아래 이미지는 2026-07-14에 클린 가상환경에서 MCP stdio 연결 후 tools/listget_impact를 실제 호출한 결과입니다.

Career MCP smoke test

검증 결과
pip install -e ".[dev]" 통과 (Python 3.14.5)
python -m pytest -q 4 passed
MCP initialize · tools/list 통과 — 3 tools
get_impact 호출 통과 — API 키 불필요

get_projectsget_impact는 로컬 데이터만 사용합니다. 자연어 답변을 생성하는 ask_career에만 ANTHROPIC_API_KEY가 필요합니다.

왜 만들었나

"MCP를 이해했다"를 자기소개와 결합한 메타 데모. 리크루터가 직접 써보게 되는 이력서라 기억에 남고, LinkedIn 게시물 훅("제 경력을 MCP 서버로 만들었습니다")으로도 활용할 수 있습니다.

노출 도구

도구 설명
ask_career(question) 경력 전반에 대한 자연어 질문에 근거 기반으로 답변
get_projects(topic) 특정 주제(예: "3D", "LLM")의 프로젝트 반환
get_impact() 정량적 성과 목록 반환

빠른 시작

python -m venv .venv && source .venv/bin/activate
pip install -e ".[dev]"
cp .env.example .env          # ANTHROPIC_API_KEY (ask_career에만 필요)

# MCP 없이 바로 테스트
python -m src.cli "지윤성의 3D 관련 프로젝트 알려줘"
python -m src.cli "비용을 절감한 사례가 있어?"

# 단위 테스트
python -m pytest -q

get_projects / get_impact 는 API 키 없이도 동작합니다(순수 검색). ask_career만 LLM 사용.

MCP 클라이언트 연결 (Claude Desktop)

{
  "mcpServers": {
    "career": {
      "command": "python",
      "args": ["/absolute/path/to/career-mcp/server.py"],
      "env": { "ANTHROPIC_API_KEY": "sk-ant-..." }
    }
  }
}

데이터 커스터마이징

data/profile.md 를 수정하면 됩니다. ## 헤딩 단위로 섹션이 나뉘고, 질의 시 관련 섹션이 검색됩니다.

기술 스택

Python · MCP · Anthropic Claude · 순수 파이썬 키워드 검색

관련 글

라이선스

MIT

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured