Skip to main content
Glama

Ancestry MCP

by reeeeemo

Ancestry MCP 서버

모델 컨텍스트 프로토콜 Python SDK를 기반으로 구축됨

개요

.ged 파일 (GEDCOM 파일, Ancestry.com에서 흔히 볼 수 있음) 과의 상호 작용을 위해 MCP(Model Context Protocol)를 구현하는 Python 서버

특징

  • .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

수동 설치

  1. 먼저 패키지를 설치하세요: pip install mcp-server-ancestry
  2. claude_desktop_config.json 에 이것을 추가하세요
{ "mcpServers": { "ancestry": { "command": "mcp-server-ancestry", "args": ["--gedcom-path", "path/to/your/gedcom/files"] } } }

특허

이 프로젝트는 MIT 라이선스에 따라 라이선스가 부여되었습니다. 자세한 내용은 라이선스 파일을 참조하세요.

-
security - not tested
A
license - permissive license
-
quality - not tested

local-only server

The server can only run on the client's local machine because it depends on local resources.

AI가 .ged 파일과 유전 데이터를 읽을 수 있도록 합니다.

  1. 개요
    1. 특징
      1. 자원
        1. 도구
          1. Claude Desktop과 함께 사용
            1. Smithery를 통해 설치
            2. 수동 설치
          2. 특허

            Related MCP Servers

            • -
              security
              A
              license
              -
              quality
              Enables integration with Google Drive for listing, reading, and searching over files, supporting various file types with automatic export for Google Workspace files.
              Last updated -
              1,042
              42
              JavaScript
              MIT License
            • -
              security
              A
              license
              -
              quality
              Allows the AI to read from your Bear Notes
              Last updated -
              2
              34
              JavaScript
              MIT License
              • Apple
            • A
              security
              F
              license
              A
              quality
              Leverages large language models to analyze users' WeGene genetic testing reports, providing access to report data via custom URI schemes and enabling profile and report management through OAuth authentication and API utilization.
              Last updated -
              4
              3
              Python
              • Apple
            • -
              security
              A
              license
              -
              quality
              Enables AI models to search, retrieve, and utilize GIFs from Giphy with features like content filtering, multiple search methods, and comprehensive metadata.
              Last updated -
              571
              14
              TypeScript
              MIT License

            View all related MCP servers

            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