We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/airy10/GedcomMCP'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
gemini-extension.json•405 B
{
"name": "gedcom",
"version": "0.0.1",
"description": "A Gemini CLI extension for working with GEDCOM files.",
"mcpServers": {
"gedcom_mcp" : {
"description": "A tool for creating, editing, and querying genealogical data from GEDCOM files.",
"command": "python",
"args" : [ "$HOME/Developer/GedcomMCP/src/gedcom_mcp/fastmcp_server.py", "--transport", "stdio" ]
}
}
}