Skip to content
Cursor

gedfire for Cursor

io.github.morrillonline/gedfire

GEDCOM CLI and MCP server for AI-assisted family-history research with reviewable changesets.

client:Cursor transport:stdio runtime:nuget

Install gedfire in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "gedfire": {
      "type": "stdio",
      "command": "dnx",
      "args": [
        "GedFire",
        "--yes"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

gedfire in other clients