Skip to main content
Glama

Ancestry MCP

by reeeeemo

Ancestry MCP 服务器

建立在模型上下文协议 Python SDK之上

概述

Python 服务器实现模型上下文协议 (MCP),以便与.ged文件*(GEDCOM 文件,常见于 Ancestry.com)*进行交互

特征

  • 读取并解析.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

手动安装

  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.

允许人工智能读取.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