From a0e3686752e4afc53da3e6a6cd6c5f85b10d43a0 Mon Sep 17 00:00:00 2001 From: vasilije Date: Tue, 14 Jan 2025 19:59:57 +0100 Subject: [PATCH] Update README.md --- cognee-mcp/README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/cognee-mcp/README.md b/cognee-mcp/README.md index de52d9b39..8237f870e 100644 --- a/cognee-mcp/README.md +++ b/cognee-mcp/README.md @@ -37,7 +37,11 @@ source .venv/bin/activate 4. Add the new server to your Claude config: The file should be located here: ~/Library/Application\ Support/Claude/ +``` +cd ~/Library/Application\ Support/Claude/ +``` You need to create claude_desktop_config.json in this folder if it doesn't exist +Make sure to add your paths and LLM API key to the file bellow ``` @@ -90,5 +94,10 @@ To use debugger, run: npx @modelcontextprotocol/inspector uv --directory /Users/name/folder run cognee ``` -To reset the installation -uv sync --dev --all-extras --reinstall +To apply new changes while development you do: + +1. Poetry lock in cognee folder +2. uv sync --dev --all-extras --reinstall +3. npx @modelcontextprotocol/inspector uv --directory /Users/vasilije/cognee/cognee-mcp run cognee + +