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

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

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

TDQS

A4.8/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct purposes: 'search' is for discovering operations and their parameter schemas, while 'execute' runs a specific operation by name. There is no ambiguity or overlap between them.

Naming Consistency5/5

Both tools use a single imperative verb ('search', 'execute'), which is a consistent and simple naming pattern. Although not verb_noun, the pattern is uniform.

Tool Count5/5

With only 2 tools, the server efficiently provides a meta-interface to dynamically discover and execute many underlying operations. This lean design is well-suited for its purpose.

Completeness5/5

The tool set is complete for its intended role: 'search' covers discovery of all operations and parameters, and 'execute' covers execution. There are no missing operations given the design.

Maintenance

ActivityInactive
ResponsivenessUnresponsive