Ancestry MCP
Ancestry MCP 服务器
建立在模型上下文协议 Python SDK之上
概述
Python 服务器实现模型上下文协议 (MCP),以便与.ged文件*(GEDCOM 文件,常见于 Ancestry.com)*进行交互
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 服务器:
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