Ancestry MCP
Ancestry MCP サーバー
概要
.gedファイル*(GEDCOM ファイル、Ancestry.com でよく見られる)*とのインタラクション性を実現するために Model Context Protocol (MCP) を実装した Python サーバー
Related MCP server: Gramps MCP
特徴
.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手動でインストールする
まず、パッケージをインストールします:
pip install mcp-server-ancestryこれを
claude_desktop_config.jsonに追加します
{
"mcpServers": {
"ancestry": {
"command": "mcp-server-ancestry",
"args": ["--gedcom-path", "path/to/your/gedcom/files"]
}
}
}ライセンス
このプロジェクトは MIT ライセンスに基づいてライセンスされています - 詳細については LICENSE ファイルを参照してください。
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
No tool schema history has been recorded yet.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Read-only A2Me family context tools for AI assistants (members, dates, activity, relationships)
Access family personality profiles, relationship reports, and relational patterns via AI.
Human Lineage MCP server — search and query the public genealogical graph of all humanity
- LuckMeAIOAuthcom.luckmeai
User-authorized access to a LuckMeAI life book, journal, memories, relationships, and charts.
Related MCP Servers
- AlicenseNot gradedqualityAmaintenanceEnables AI agents to create, edit, and query genealogical data from GEDCOM files. Supports complex genealogy searches, automatic data enrichment from web sources, relationship analysis, and biography generation for individuals and families.15MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to interact with Gramps genealogy databases for intelligent family tree research and management. Provides comprehensive tools for searching family data, creating records, analyzing relationships, and tracking genealogy research through natural language.41AGPL 3.0
- AlicenseAqualityCmaintenanceEnables AI assistants to load and query local GEDCOM genealogy files, supporting search, browsing, and family tree traversal.22AGPL 3.0
- AlicenseNot gradedqualityCmaintenanceEnables natural language queries about family tree data from a Gramps genealogy database.6GPL 2.0
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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