← All servers
πŸ”

Gramps Web MCPVerifiedπŸ›‘ No advisories

io.github.Scormave/gramps-web-mcp
New to MCP? Start here β†’
8β˜… stars
0weekly installs
10 days agolast release

Provenancewhere it came from, and what was verified

βœ“
Verified namespace

Published to the official MCP registry by github.com/scormave, which proved it owns this namespace.

Verified owner: github.com/scormave β†—io.github.Scormave/gramps-web-mcp

πŸ›‘ Permissions & trustwhat this server can touch before you run it

β—†
Secrets required
Needs GRAMPS_PASSWORD.
βœ“
Configuration
Reads MCP_TRANSPORT, GRAMPS_API_URL, GRAMPS_USERNAME, GRAMPS_TREE_ID, GRAMPS_READ_ONLY.

About

MCP server for structured access to Gramps Web genealogy data

Packages & transports

dockerghcr.io/scormave/gramps-web-mcp:1.0.6vlatest Β· docker

Metadata

Categorysearch
LicenseAGPL-3.0
Add to your client
Pick your client, copy, paste into its config. That's the whole setup.
~/.claude/claude_desktop_config.json
{
  "mcpServers": {
    "gramps_web": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/scormave/gramps-web-mcp:1.0.6"
      ]
    }
  }
}

β–Ά Try itrun it locally

This is a local server, so it runs on your machine, not ours. Paste this to open it in the official MCP Inspector and poke at its tools:

npx @modelcontextprotocol/inspector docker run -i --rm ghcr.io/scormave/gramps-web-mcp:1.0.6