Skip to content
Cursor

Engraphy for Cursor

io.github.devon-clarkk/engraphy

Self-hosted MCP memory server: a typed knowledge graph on Postgres 16 and pgvector.

client:Cursor transport:stdio runtime:oci

Install Engraphy in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "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>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Engraphy in other clients