Gramps Web MCP
Rank #4,026io.github.Scormave/gramps-web-mcp
MCP server for structured access to Gramps Web genealogy data
Gramps Web MCP is a Model Context Protocol (MCP) server published by scormave. It ranks #4,026 of 132,046 servers tracked on MCP Toplist, and its repository has 12 GitHub stars. Gramps Web MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 8 tracked versions. It was first listed on Jun 23, 2026 and most recently updated on Sep 18, 2026.
Ranks ahead of 128,020 of 132,046 servers on MCP Toplist.
Use Gramps Web MCP
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add gramps-web-mcp -e "MCP_TRANSPORT=<your MCP_TRANSPORT>" -e "GRAMPS_API_URL=<your GRAMPS_API_URL>" -e "GRAMPS_USERNAME=<your GRAMPS_USERNAME>" -e "GRAMPS_PASSWORD=<your GRAMPS_PASSWORD>" -e "GRAMPS_TREE_ID=<your GRAMPS_TREE_ID>" -e "GRAMPS_READ_ONLY=<your GRAMPS_READ_ONLY>" -e "GRAMPS_MUTATION_SERIALIZE=<your GRAMPS_MUTATION_SERIALIZE>" -e "GRAMPS_MUTATION_MIN_INTERVAL_MS=<your GRAMPS_MUTATION_MIN_INTERVAL_MS>" -- docker run -i --rm ghcr.io/scormave/gramps-web-mcp:1.0.8Replace each placeholder with your own value before saving.
[mcp_servers.gramps-web-mcp]
command = "docker"
args = ["run", "-i", "--rm", "ghcr.io/scormave/gramps-web-mcp:1.0.8"]
[mcp_servers.gramps-web-mcp.env]
MCP_TRANSPORT = "<your MCP_TRANSPORT>"
GRAMPS_API_URL = "<your GRAMPS_API_URL>"
GRAMPS_USERNAME = "<your GRAMPS_USERNAME>"
GRAMPS_PASSWORD = "<your GRAMPS_PASSWORD>"
GRAMPS_TREE_ID = "<your GRAMPS_TREE_ID>"
GRAMPS_READ_ONLY = "<your GRAMPS_READ_ONLY>"
GRAMPS_MUTATION_SERIALIZE = "<your GRAMPS_MUTATION_SERIALIZE>"
GRAMPS_MUTATION_MIN_INTERVAL_MS = "<your GRAMPS_MUTATION_MIN_INTERVAL_MS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gramps-web-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/scormave/gramps-web-mcp:1.0.8"
],
"env": {
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"GRAMPS_API_URL": "<your GRAMPS_API_URL>",
"GRAMPS_USERNAME": "<your GRAMPS_USERNAME>",
"GRAMPS_PASSWORD": "<your GRAMPS_PASSWORD>",
"GRAMPS_TREE_ID": "<your GRAMPS_TREE_ID>",
"GRAMPS_READ_ONLY": "<your GRAMPS_READ_ONLY>",
"GRAMPS_MUTATION_SERIALIZE": "<your GRAMPS_MUTATION_SERIALIZE>",
"GRAMPS_MUTATION_MIN_INTERVAL_MS": "<your GRAMPS_MUTATION_MIN_INTERVAL_MS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gramps-web-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/scormave/gramps-web-mcp:1.0.8"
],
"env": {
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"GRAMPS_API_URL": "<your GRAMPS_API_URL>",
"GRAMPS_USERNAME": "<your GRAMPS_USERNAME>",
"GRAMPS_PASSWORD": "<your GRAMPS_PASSWORD>",
"GRAMPS_TREE_ID": "<your GRAMPS_TREE_ID>",
"GRAMPS_READ_ONLY": "<your GRAMPS_READ_ONLY>",
"GRAMPS_MUTATION_SERIALIZE": "<your GRAMPS_MUTATION_SERIALIZE>",
"GRAMPS_MUTATION_MIN_INTERVAL_MS": "<your GRAMPS_MUTATION_MIN_INTERVAL_MS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"gramps-web-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/scormave/gramps-web-mcp:1.0.8"
],
"env": {
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"GRAMPS_API_URL": "<your GRAMPS_API_URL>",
"GRAMPS_USERNAME": "<your GRAMPS_USERNAME>",
"GRAMPS_PASSWORD": "<your GRAMPS_PASSWORD>",
"GRAMPS_TREE_ID": "<your GRAMPS_TREE_ID>",
"GRAMPS_READ_ONLY": "<your GRAMPS_READ_ONLY>",
"GRAMPS_MUTATION_SERIALIZE": "<your GRAMPS_MUTATION_SERIALIZE>",
"GRAMPS_MUTATION_MIN_INTERVAL_MS": "<your GRAMPS_MUTATION_MIN_INTERVAL_MS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gramps-web-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/scormave/gramps-web-mcp:1.0.8"
],
"env": {
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"GRAMPS_API_URL": "<your GRAMPS_API_URL>",
"GRAMPS_USERNAME": "<your GRAMPS_USERNAME>",
"GRAMPS_PASSWORD": "<your GRAMPS_PASSWORD>",
"GRAMPS_TREE_ID": "<your GRAMPS_TREE_ID>",
"GRAMPS_READ_ONLY": "<your GRAMPS_READ_ONLY>",
"GRAMPS_MUTATION_SERIALIZE": "<your GRAMPS_MUTATION_SERIALIZE>",
"GRAMPS_MUTATION_MIN_INTERVAL_MS": "<your GRAMPS_MUTATION_MIN_INTERVAL_MS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"gramps-web-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/scormave/gramps-web-mcp:1.0.8"
],
"env": {
"MCP_TRANSPORT": "<your MCP_TRANSPORT>",
"GRAMPS_API_URL": "<your GRAMPS_API_URL>",
"GRAMPS_USERNAME": "<your GRAMPS_USERNAME>",
"GRAMPS_PASSWORD": "<your GRAMPS_PASSWORD>",
"GRAMPS_TREE_ID": "<your GRAMPS_TREE_ID>",
"GRAMPS_READ_ONLY": "<your GRAMPS_READ_ONLY>",
"GRAMPS_MUTATION_SERIALIZE": "<your GRAMPS_MUTATION_SERIALIZE>",
"GRAMPS_MUTATION_MIN_INTERVAL_MS": "<your GRAMPS_MUTATION_MIN_INTERVAL_MS>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.Scormave%2Fgramps-web-mcp)<a href="https://mcptoplist.com/server/io.github.Scormave%2Fgramps-web-mcp"><img src="https://mcptoplist.com/badge/io.github.Scormave%2Fgramps-web-mcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
scormave
Available versions (8)
| Version | Published |
|---|---|
| 1.0.8 | Sep 18, 2026 |
| 1.0.7 | Aug 17, 2026 |
| 1.0.6 | Jul 15, 2026 |
| 1.0.5 | Jul 6, 2026 |
| 1.0.4 | Jun 28, 2026 |
| 1.0.3 | Jun 27, 2026 |
| 1.0.2 | Jun 26, 2026 |
| 1.0.1 | Jun 24, 2026 |
Frequently asked questions
- Who maintains Gramps Web MCP?
- Gramps Web MCP is maintained by scormave, which publishes 1 MCP server (8 total versions) tracked on MCP Toplist.
- Is Gramps Web MCP listed on the Official MCP Registry?
- Yes — Gramps Web MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Gramps Web MCP have?
- MCP Toplist tracks 8 versions of Gramps Web MCP, most recently published on Sep 18, 2026.
- Where can I find the source code for Gramps Web MCP?
- The source code for Gramps Web MCP is hosted at github.com/scormave/gramps-web-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.