MCP server for structured access to Gramps Web genealogy data
Gramps Web MCP MCP server exists for a simple reason — assistants are far more useful when they can act on Gramps Web MCP directly instead of describing what you should do. MCP server for structured access to Gramps Web genealogy data.
Companion MCP server for the Gramps Web open-source genealogy platform. It gives AI agents structured, tool-based access to family trees through the Model Context Protocol.
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
Once Gramps Web MCP is connected, these are the calls the assistant has available:
Read — only mode** — keep all tools visible while blocking create, update, and delete callsPlatform — ArtifactVariable — DescriptionGRAMPS_API_URL — Base URL of your Gramps Web instance (no trailing slash)GRAMPS_USERNAME — API user nameGRAMPS_PASSWORD — API password or tokenGRAMPS_TREE_ID — Tree UUID on that serverGRAMPS_MEDIA_RESOURCES_ENABLED — Enables binary media tools/resources for thumbnails and full filesGRAMPS_MEDIA_MAX_BYTES — Maximum bytes returned by any media resourceGRAMPS_MEDIA_ALLOWED_MIME_TYPES — Comma-separated allowlist; exact types and type/* wildcards are supportedGRAMPS_MEDIA_ALLOW_PRIVATE — Allows bytes for Gramps media records marked privateMCP_TRANSPORT — BehaviorYou will need 6 environment variables: MCP_TRANSPORT, GRAMPS_API_URL, GRAMPS_USERNAME, GRAMPS_PASSWORD, GRAMPS_TREE_ID, GRAMPS_READ_ONLY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
This sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Gramps Web MCP's toolset — Read, Platform, Variable and 11 more — is a fair guide to whether it matches your workflow. It is maintained by Scormave; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Gramps Web MCP's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Read | only mode** — keep all tools visible while blocking create, update, and delete calls |
| Platform | Artifact |
| Variable | Description |
| GRAMPS_API_URL | Base URL of your Gramps Web instance (no trailing slash) |
| GRAMPS_USERNAME | API user name |
| GRAMPS_PASSWORD | API password or token |
| GRAMPS_TREE_ID | Tree UUID on that server |
| GRAMPS_MEDIA_RESOURCES_ENABLED | Enables binary media tools/resources for thumbnails and full files |
| GRAMPS_MEDIA_MAX_BYTES | Maximum bytes returned by any media resource |
| GRAMPS_MEDIA_ALLOWED_MIME_TYPES | Comma-separated allowlist; exact types and type/* wildcards are supported |
| GRAMPS_MEDIA_ALLOW_PRIVATE | Allows bytes for Gramps media records marked private |
| MCP_TRANSPORT | Behavior |
| sse | Legacy MCP SSE: GET {MCP_PATH}/sse + POST {MCP_PATH}/message. Stateful; use for older clients only. |
| ASPNETCORE_URLS | Listen URLs for HTTP/SSE |
| Variable | Description | Required |
|---|---|---|
| MCP_TRANSPORT | Configuration value read at startup. | Optional |
| GRAMPS_API_URL | Endpoint or connection string the server talks to. | Yes |
| GRAMPS_USERNAME | Configuration value read at startup. | Optional |
| GRAMPS_PASSWORD | Configuration value read at startup. | Optional |
| GRAMPS_TREE_ID | Configuration value read at startup. | Optional |
| GRAMPS_READ_ONLY | Configuration value read at startup. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.