Ancestry MCP
Ancestry MCP 서버
모델 컨텍스트 프로토콜 Python SDK를 기반으로 구축됨
개요
.ged 파일 (GEDCOM 파일, Ancestry.com에서 흔히 볼 수 있음) 과의 상호 작용을 위해 MCP(Model Context Protocol)를 구현하는 Python 서버
Related MCP server: Wegene Assistant MCP Server
특징
.ged 파일 읽기 및 구문 분석
.ged파일 이름 바꾸기.ged 파일 내에서 특정 개인, 가족 등을 검색합니다.
참고: 서버는 args 통해 지정된 디렉토리 내에서만 작업을 허용합니다.
자원
gedcom://{file_name}:.ged작업 인터페이스
도구
파일 목록
디렉토리 내에
.ged파일을 하나 이상 나열합니다.입력:
name(문자열)
파일 이름 바꾸기
디렉토리 내의 (하나 또는 여러 개의)
.ged파일 이름을 바꿉니다.입력:
file_name(문자열): 이전 파일 이름new_name(문자열)
뷰_파일
.ged파일의 전체 내용을 구문 분석하고 읽습니다.여러 파일을 구문 분석하고 읽을 수도 있습니다.
생년월일, 결혼 날짜 등 파일에서 구체적인 정보를 얻을 수 있습니다.
입력:
name(문자열)
Claude Desktop과 함께 사용
Smithery를 통해 설치
Smithery를 통해 Claude Desktop에 Ancestry GEDCOM Server를 자동으로 설치하려면:
지엑스피1
수동 설치
먼저 패키지를 설치하세요:
pip install mcp-server-ancestryclaude_desktop_config.json에 이것을 추가하세요
{
"mcpServers": {
"ancestry": {
"command": "mcp-server-ancestry",
"args": ["--gedcom-path", "path/to/your/gedcom/files"]
}
}
}특허
이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다. 자세한 내용은 라이선스 파일을 참조하세요.
This server cannot be installed
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/reeeeemo/ancestry-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server