Skip to main content
Glama

Ancestry MCP Server

smithery badge

Built on top of the Model Context Protocol Python SDK

Overview

Python server implementing Model Context Protocol (MCP) for interactibility with .ged files (GEDCOM files, commonly seen on Ancestry.com)

Features

  • Read and parse .ged files

  • Rename .ged files

  • Search within .ged files for certain individuals, family, etc

Note: The server will only allow operations within the directory specified via args

Resources

  • gedcom://{file_name}: .ged operations interface

Tools

  • list_files

    • List a (or multiple) .ged file within the directory

    • Input: name (string)

  • rename_file

    • Renames a (or multiple) .ged file within the directory

    • Inputs:

      • file_name (string): Old file name

      • new_name (string)

  • view_file

    • Parses and reads full contents of a .ged file

    • Can also parse and read multiple files

    • Can get specific information out of file(s), such as date of birth, marriage, etc.

    • Input: name (string)

Usage with Claude Desktop

Installing via Smithery

To install Ancestry GEDCOM Server for Claude Desktop automatically via Smithery:

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

Installing Manually

  1. First, install the package: pip install mcp-server-ancestry

  2. Add this to your claude_desktop_config.json

{ "mcpServers": { "ancestry": { "command": "mcp-server-ancestry", "args": ["--gedcom-path", "path/to/your/gedcom/files"] } } }

License

This project is licensed under the MIT License - see the LICENSE file for details.

-
security - not tested
-
license - not tested
-
quality - not tested

Related MCP Servers

  • -
    security
    -
    license
    -
    quality
    Allows the AI to read from your Bear Notes
    Last updated -
    2
    39
    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
    4
    • Apple
  • A
    security
    -
    license
    A
    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 -
    3
    22
    18
    MIT License
  • A
    security
    -
    license
    A
    quality
    A comprehensive Model Context Protocol server for accessing Gene Ontology (GO) data, enabling AI systems to perform ontology-based analysis, gene annotation research, and functional enrichment studies.
    Last updated -
    4
    1
    5
    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