Gramps Web MCP
MCP server for structured access to Gramps Web genealogy data
C#
★ 12 stars
Last pushed 2026-09-23
License: AGPL-3.0
Connect
Review any command before running it. Package names and URLs come from the server's own registry entry.
Package (oci)
docker run -i --rm ghcr.io/scormave/gramps-web-mcp:1.0.8
Or add to your MCP client config:
{
"mcpServers": {
"gramps-web-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/scormave/gramps-web-mcp:1.0.8"
],
"env": {
"MCP_TRANSPORT": "<YOUR_VALUE>",
"GRAMPS_API_URL": "<YOUR_VALUE>",
"GRAMPS_USERNAME": "<YOUR_VALUE>",
"GRAMPS_PASSWORD": "<YOUR_VALUE>",
"GRAMPS_TREE_ID": "<YOUR_VALUE>",
"GRAMPS_READ_ONLY": "<YOUR_VALUE>",
"GRAMPS_MUTATION_SERIALIZE": "<YOUR_VALUE>",
"GRAMPS_MUTATION_MIN_INTERVAL_MS": "<YOUR_VALUE>"
}
}
}
}
MCP_TRANSPORT— Pinned to stdio for registry-installed containers that the client spawns itself. The image's own default is http (Streamable HTTP on port 8080) for networked Docker deployments; see the README for that setup.GRAMPS_API_URLrequired — Base URL of your Gramps Web instanceGRAMPS_USERNAMErequired — Gramps Web API usernameGRAMPS_PASSWORDrequired secret — Gramps Web API password or tokenGRAMPS_TREE_IDrequired — Gramps Web tree UUIDGRAMPS_READ_ONLY— Set to true to block create, update, and delete toolsGRAMPS_MUTATION_SERIALIZE— Serialize create/update/delete HTTP calls in-process (set false to allow parallel writes)GRAMPS_MUTATION_MIN_INTERVAL_MS— Minimum milliseconds between mutation HTTP calls. Use 250 or 500 on SQLite if you see database is locked
Related servers
B
browser-use
Other
Control a real Chrome browser to complete any task: fill forms, extract data, book flights.
★ 116,188
MCP Server
S
servers
Other
MCP server that exercises all the features of the MCP protocol
★ 90,577
MCP Server
W
World Monitor
Other
Live markets, conflicts, country risk, chokepoints, energy, and China decision signals. 75 tools.
★ 87,324
MCP Server
Requires auth
P
paperclip
Other
Trending hip-hop artist momentum scores across four cultural dimensions.
★ 82,095
MCP Server
Reachable
R
ruflo
Other
AI orchestration with hive-mind swarms, neural networks, and 87 MCP tools for enterprise dev.
★ 73,202
MCP Server
C
Chrome DevTools MCP
Other
MCP server for Chrome DevTools
★ 52,570
MCP Server
Data from the Official MCP Registry