gramps-live-api

randyjreid/gramps-live-api
★ 1 stars Python AI/LLM Updated today
Let an AI assistant read and write your live Gramps genealogy tree while Gramps is open. An in-process Gramps addon exposing a loopback API, plus an MCP server. Every change is transactional and lands in Gramps' own Undo History.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "gramps-live-api": {
      "command": "uvx",
      "args": [
        "gramps-live-api"
      ]
    }
  }
}

Or install with pip: pip install gramps-live-api