Enables automatic extraction of genealogical information from Wikipedia pages to populate GEDCOM files with biographical data, dates, places, and family relationships
GEDCOM MCP Server
Genealogy for AI Agents, by AI Agents
A MCP server for creating, editing and querying genealogical data from GEDCOM files. Works great with qwen-cli and gemini-cli
Mostly written by various AI Agents, while some parenting was sometimes quite necessary...
It's more an experiment than some finish product and the list of tools is probably way to high but it's covering a lot of various tasks. Test files will be re-added after they are sorted...
It's able to search the genealogy about complex queries Also useful for automatically filling the GEDCOM file from internet info (for example, build a full family GEDCOM from a person wikipedia page..) and creating some nice biography for any GEDCOM individual, being able to complete the document with geographic or historal context by searching the web
Some sample complex prompts:
or
or
Features
- Load and parse GEDCOM files
- Add/edit people, families, events, and places
- Query people, families, events, and places
- Find relationships between individuals
- Generate family trees and timelines
- Search across all genealogical data
- Get detailed person and family information
- Analyze genealogical data with statistics and duplicates detection
Installation
- Clone the repository:
- Install the required dependencies:
Usage
To start the server with the default HTTP transport:
To start the server with stdio transport:
To specify a different host or port for the HTTP transport:
Running Tests
To run all tests:
To run tests with verbose output:
To run a specific test file:
To run a specific test:
Project Structure
src/gedcom_mcp/
: Main source codefastmcp_server.py
: Main server applicationgedcom_*.py
: Modules for handling GEDCOM data
tests/
: Unit teststo_be_sorted/
: Files that need further organizationrequirements.txt
: Project dependenciespyproject.toml
: Build configuration
Contributing
- Fork the repository
- Create a new branch for your feature or bug fix
- Make your changes and commit them with descriptive messages
- Push your changes to your fork
- Create a pull request to the main repository
License
This project is licensed under the MIT License.
This server cannot be installed
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Enables 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.
Related MCP Servers
- -securityAlicense-qualityAllows the AI to read .ged files and genetic data.Last updated -25MIT License
- AsecurityFlicenseAqualityLeverages 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 -43
- -securityAlicense-qualityEnables AI assistants to query and analyze medical imaging metadata from DICOM servers, including patient information, studies, series, and instances, as well as extract text from encapsulated PDF documents.Last updated -62MIT License
- AsecurityFlicenseAqualityEnables AI assistants to query genetic variant data, gene constraints, and population genetics information from the gnomAD (Genome Aggregation Database) through its GraphQL API. Supports searching for genes and variants, retrieving constraint scores, analyzing population frequencies, and accessing genomic coverage data.Last updated -99