Loading MCP server directory, please wait...
MCP server for structured access to Gramps Web genealogy data
npx @getmcp/cli add io.github.Scormave/gramps-web-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
GRAMPS_API_URLBase URL of your Gramps Web instance
GRAMPS_USERNAMEGramps Web API username
GRAMPS_PASSWORDGramps Web API password or token
GRAMPS_TREE_IDGramps Web tree UUID
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Scormave/gramps-web-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"MCP_TRANSPORT",
"-e",
"GRAMPS_API_URL",
"-e",
"GRAMPS_USERNAME",
"-e",
"GRAMPS_PASSWORD",
"-e",
"GRAMPS_TREE_ID",
"-e",
"GRAMPS_READ_ONLY",
"ghcr.io/scormave/gramps-web-mcp:1.0.1"
],
"env": {
"MCP_TRANSPORT": "stdio",
"GRAMPS_API_URL": "",
"GRAMPS_USERNAME": "",
"GRAMPS_PASSWORD": "",
"GRAMPS_TREE_ID": "",
"GRAMPS_READ_ONLY": "false"
}
}
}
}