Gramps Web MCP
About
MCP server for structured access to Gramps Web genealogy data
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
MCP_TRANSPORT GRAMPS_API_URL GRAMPS_USERNAME GRAMPS_PASSWORD GRAMPS_TREE_ID GRAMPS_READ_ONLYClaude Code
claude mcp add --env MCP_TRANSPORT= --env GRAMPS_API_URL= --env GRAMPS_USERNAME= --env GRAMPS_PASSWORD= --env GRAMPS_TREE_ID= --env GRAMPS_READ_ONLY= gramps-web-mcp -- docker ghcr.io/scormave/gramps-web-mcp:1.0.6
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"gramps-web-mcp","command":"docker","args":["ghcr.io/scormave/gramps-web-mcp:1.0.6"],"env":{"MCP_TRANSPORT":"","GRAMPS_API_URL":"","GRAMPS_USERNAME":"","GRAMPS_PASSWORD":"","GRAMPS_TREE_ID":"","GRAMPS_READ_ONLY":""}}'
JSON
{
"mcpServers": {
"gramps-web-mcp": {
"command": "docker",
"args": [
"ghcr.io/scormave/gramps-web-mcp:1.0.6"
],
"env": {
"MCP_TRANSPORT": "",
"GRAMPS_API_URL": "",
"GRAMPS_USERNAME": "",
"GRAMPS_PASSWORD": "",
"GRAMPS_TREE_ID": "",
"GRAMPS_READ_ONLY": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.