gedfire for VS Code
io.github.morrillonline/gedfire
GEDCOM CLI and MCP server for AI-assisted family-history research with reviewable changesets.
client:VS Code
transport:stdio
runtime:nuget
Install gedfire in VS Code
.vscode/mcp.json
{
"servers": {
"gedfire": {
"type": "stdio",
"command": "dnx",
"args": [
"GedFire",
"--yes"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs