Skip to main content
Glama

Ancestry MCP

by reeeeemo

Ancestry MCP サーバー

モデルコンテキストプロトコルPython SDK上に構築

概要

.gedファイル*(GEDCOM ファイル、Ancestry.com でよく見られる)*とのインタラクション性を実現するために Model Context Protocol (MCP) を実装した 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 を自動的にインストールするには:

npx -y @smithery/cli install mcp-server-ancestry --client claude

手動でインストールする

  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 ライセンスに基づいてライセンスされています - 詳細については LICENSE ファイルを参照してください。

-
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