Engraphy for Grok
io.github.devon-clarkk/engraphy
Self-hosted MCP memory server: a typed knowledge graph on Postgres 16 and pgvector.
client:Grok
transport:stdio
runtime:oci
Install Engraphy in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"engraphy": {
"type": "stdio",
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ghcr.io/devon-clarkk/engraphy:0.3.0"
],
"env": {
"ENGRAPHY_DATABASE_URL": "<ENGRAPHY_DATABASE_URL>",
"ENGRAPHY_BIND_HOST": "<ENGRAPHY_BIND_HOST>",
"ENGRAPHY_BIND_PORT": "<ENGRAPHY_BIND_PORT>"
}
}
}
}
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