Gramps Web MCP MCP Server
io.github.Scormave/gramps-web-mcp
What is the Gramps Web MCP MCP server?
MCP server for structured access to Gramps Web genealogy data
How to install Gramps Web MCP
Copy-paste configuration for popular MCP clients.
MCP_TRANSPORTGRAMPS_API_URLrequiredBase URL of your Gramps Web instance
GRAMPS_USERNAMErequiredGramps Web API username
GRAMPS_PASSWORDrequiredsecretGramps Web API password or token
GRAMPS_TREE_IDrequiredGramps Web tree UUID
GRAMPS_READ_ONLYSet to true to block create, update, and delete tools
{
"mcpServers": {
"gramps-web-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/scormave/gramps-web-mcp:1.0.4"
],
"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>"
}
}
}
}{
"mcpServers": {
"gramps-web-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/scormave/gramps-web-mcp:1.0.4"
],
"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>"
}
}
}
}{
"mcpServers": {
"gramps-web-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/scormave/gramps-web-mcp:1.0.4"
],
"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>"
}
}
}
}{
"servers": {
"gramps-web-mcp": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/scormave/gramps-web-mcp:1.0.4"
],
"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>"
}
}
}
}claude mcp add gramps-web-mcp --env MCP_TRANSPORT=<YOUR_MCP_TRANSPORT> --env GRAMPS_API_URL=<YOUR_GRAMPS_API_URL> --env GRAMPS_USERNAME=<YOUR_GRAMPS_USERNAME> --env GRAMPS_PASSWORD=<YOUR_GRAMPS_PASSWORD> --env GRAMPS_TREE_ID=<YOUR_GRAMPS_TREE_ID> --env GRAMPS_READ_ONLY=<YOUR_GRAMPS_READ_ONLY> -- docker run -i --rm ghcr.io/scormave/gramps-web-mcp:1.0.4Related MCP servers
Scrapling MCP Server
Give your AI agent stealth web scraping with Cloudflare bypass and CSS selection, powered by Scrapling.
Chrome DevTools MCP
Give your AI coding agent full control of a live Chrome browser for automation, debugging, and performance analysis.
com.puter/mcp-server
Let AI agents manage your Puter files, websites, and serverless workers over MCP.
Browser automation for AI agents via MCP, powering ByteDance's Agent TARS hybrid GUI/DOM browser control.
Run arbitrary shell commands from an MCP-connected AI agent.
Filesystem access MCP server from ByteDance's UI-TARS/Agent TARS ecosystem.