Skip to main content
Glama

Ancestry MCP

by reeeeemo
from .server import serve def main(): """MCP Ancestry Server - Takes GEDCOM files and provides functionality""" import asyncio import argparse parser = argparse.ArgumentParser( description='give a model the ability to use GEDCOM files' ) parser.add_argument( '--gedcom-path', type=str, required=True, help='Path to directory containing GEDCOM files' ) args = parser.parse_args() asyncio.run(serve(args.gedcom_path)) if __name__ == "__main__": main()

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