Engraphy for Cline
io.github.devon-clarkk/engraphy
Self-hosted MCP memory server: a typed knowledge graph on Postgres 16 and pgvector.
client:Cline
transport:stdio
runtime:oci
Install Engraphy in Cline
~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json
{
"mcpServers": {
"engraphy": {
"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>"
}
}
}
}
Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs