Gramps Web MCP for Claude Code
io.github.scormave/gramps-web-mcp
MCP server for structured access to Gramps Web genealogy data
client:Claude Code
transport:stdio
runtime:oci
Install Gramps Web MCP in Claude Code
run in your project directory
claude mcp add gramps-web-mcp -e MCP_TRANSPORT=<MCP_TRANSPORT> -e GRAMPS_API_URL=<GRAMPS_API_URL> -e GRAMPS_USERNAME=<GRAMPS_USERNAME> -e GRAMPS_PASSWORD=<GRAMPS_PASSWORD> -e GRAMPS_TREE_ID=<GRAMPS_TREE_ID> -e GRAMPS_READ_ONLY=<GRAMPS_READ_ONLY> -e GRAMPS_MUTATION_SERIALIZE=<GRAMPS_MUTATION_SERIALIZE> -e GRAMPS_MUTATION_MIN_INTERVAL_MS=<GRAMPS_MUTATION_MIN_INTERVAL_MS> -- docker run -i --rm ghcr.io/scormave/gramps-web-mcp:1.0.8
Adds it for this project only. Append --scope user to make it available everywhere. Claude Code docs