gedcom-mcp-server

brianjbeach/gedcom-mcp-server
★ 0 stars Python AI/LLM Updated today
A small MCP server that reads and searches a GEDCOM 5.5.1 file. It gives an AI agent a fast, structured way to look up individuals, families, sources, and multimedia references in a family tree, and to suggest folder slugs for an archive of per-person pages.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gedcom-mcp-server": {
      "command": "uvx",
      "args": [
        "gedcom-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install gedcom-mcp-server