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

            • A
              security
              A
              license
              A
              quality
              Allows AI assistants to list tables, read data, and execute SQL queries through a controlled interface, making database exploration and analysis safer and more structured.
              Last updated -
              1
              556
              Python
              MIT License
              • Linux
              • Apple
            • -
              security
              A
              license
              -
              quality
              Provides code manipulation, execution, and version control capabilities. It allows AI assistants to read, write, and execute code while maintaining a history of changes.
              Last updated -
              8
              Python
              MIT License
            • -
              security
              A
              license
              -
              quality
              Allows the AI to read from your Bear Notes
              Last updated -
              8
              26
              JavaScript
              MIT License
              • Apple
            • -
              security
              F
              license
              -
              quality
              Enables AI assistants to interact with Metabase databases and dashboards, allowing users to list and execute queries, access data visualizations, and interact with database resources through natural language.
              Last updated -
              25
              JavaScript
              • Apple

            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