From 17d8ad08cdbc2a3c6f90a694171f109343ed56f2 Mon Sep 17 00:00:00 2001 From: vasilije Date: Fri, 27 Dec 2024 10:45:12 +0100 Subject: [PATCH] Fix instructions --- cognee-mcp/README.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/cognee-mcp/README.md b/cognee-mcp/README.md index a83c07bff..8e4b01572 100644 --- a/cognee-mcp/README.md +++ b/cognee-mcp/README.md @@ -12,6 +12,17 @@ A MCP server project 2. Install dependencies +``` +pip install uv +``` +``` +brew install postgresql +``` + +``` +brew install rust +``` + ```jsx cd cognee-mcp uv sync --dev --all-extras @@ -25,6 +36,8 @@ source .venv/bin/activate 4. Add the new server to your Claude config: +The file should be located here: ~/Library/Application\ Support/Claude/ + ```json "cognee": { "command": "uv", @@ -42,8 +55,8 @@ source .venv/bin/activate } ``` -Then, edit the pyproject.toml in your new folder so that it includes packages from the cognee requirements. Use the pyproject.toml in your cognee library for this, but match the syntax of the automatically generated pyproject.toml so that it is compatible with uv. +Restart your Claude desktop. ### Installing via Smithery