Skip to content
Grok

Gramps Web MCP for Grok

io.github.scormave/gramps-web-mcp

MCP server for structured access to Gramps Web genealogy data

client:Grok transport:stdio runtime:oci

Install Gramps Web MCP in Grok

.mcp.json (in your project root)

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

{
  "mcpServers": {
    "gramps-web-mcp": {
      "type": "stdio",
      "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>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

Gramps Web MCP in other clients