Loading...
npx -y @smithery/cli install mcp-server-ancestry --client claude{
"mcpServers": {
"ancestry": {
"command": "mcp-server-ancestry",
"args": ["--gedcom-path", "path/to/your/gedcom/files"]
}
}
}list_filesLists GEDCOM files within the specified directory.
Read-only operation with no side effects.
rename_fileRenames a GEDCOM file within the specified directory.
Allows modification of file names, potentially leading to data management issues.
view_fileParses and reads the contents of a GEDCOM file.
Read-only operation; only retrieves and displays data.
This server is relatively safe for read operations within a controlled environment. However, the ability to rename files introduces a moderate risk of data corruption or accidental modification. Exercise caution when enabling write operations and ensure the gedcom path is properly secured.