diff --git a/cognee-mcp/pyproject.toml b/cognee-mcp/pyproject.toml index 1f9bae195..7ccb826f4 100644 --- a/cognee-mcp/pyproject.toml +++ b/cognee-mcp/pyproject.toml @@ -6,7 +6,7 @@ readme = "README.md" requires-python = ">=3.10" dependencies = [ - "cognee[codegraph,gemini,huggingface]", + "cognee[postgres,codegraph,gemini,huggingface]", "mcp==1.2.1", "uv>=0.6.3", ]