Skip to main content
Glama
Genealogy-MCP

gedcom-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GEDCOM_MAX_TREE_DEPTHNoHard ceiling on traversal depth50
GEDCOM_MAX_FILE_SIZE_MBNoMaximum allowed GEDCOM file size in MB100
GEDCOM_ALLOWED_BASE_DIRSNoComma-separated allowed directories for file loading
GEDCOM_MAX_SEARCH_RESULTSNoMaximum search results returned100
GEDCOM_DEFAULT_ANCESTOR_DEPTHNoDefault ancestor traversal depth5
GEDCOM_DEFAULT_DESCENDANT_DEPTHNoDefault descendant traversal depth5

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
searchA

Discover available operations and their parameters. Call with a top-level 'query' string (not inside params). Returns matching operations with parameter schemas and usage examples. Always use this before calling 'execute' to find the correct operation name.

executeA

Run a named operation. Use 'search' first to discover the exact operation name and its params schema, then call this with {operation: '...', params: {...}}.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/Genealogy-MCP/gedcom-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server