Skip to content
Zed

Gramps Web MCP for Zed

io.github.scormave/gramps-web-mcp

MCP server for structured access to Gramps Web genealogy data

client:Zed transport:stdio runtime:oci

Install Gramps Web MCP in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "gramps-web-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/scormave/gramps-web-mcp:1.0.8"
      ],
      "env": {
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "GRAMPS_API_URL": "<GRAMPS_API_URL>",
        "GRAMPS_USERNAME": "<GRAMPS_USERNAME>",
        "GRAMPS_PASSWORD": "<GRAMPS_PASSWORD>",
        "GRAMPS_TREE_ID": "<GRAMPS_TREE_ID>",
        "GRAMPS_READ_ONLY": "<GRAMPS_READ_ONLY>",
        "GRAMPS_MUTATION_SERIALIZE": "<GRAMPS_MUTATION_SERIALIZE>",
        "GRAMPS_MUTATION_MIN_INTERVAL_MS": "<GRAMPS_MUTATION_MIN_INTERVAL_MS>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

Gramps Web MCP in other clients