From ebebbb895854365156baa8e24b004052dfbfc614 Mon Sep 17 00:00:00 2001 From: Hande <159312713+hande-k@users.noreply.github.com> Date: Fri, 6 Jun 2025 12:16:01 +0200 Subject: [PATCH] chore: update mcp readme (#914) ## Description ## DCO Affirmation I affirm that all code in every commit of this pull request conforms to the terms of the Topoteretes Developer Certificate of Origin. --- cognee-mcp/README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/cognee-mcp/README.md b/cognee-mcp/README.md index 16cde91c0..ba7ba2a4d 100644 --- a/cognee-mcp/README.md +++ b/cognee-mcp/README.md @@ -1,5 +1,7 @@ # cognee MCP server +Please refer to our documentation [here](https://docs.cognee.ai/how-to-guides/deployment/mcp) for further information. + ### Installing Manually A MCP server project ======= @@ -69,6 +71,19 @@ npx -y @smithery/cli install cognee --client claude Define cognify tool in server.py Restart your Claude desktop. +## Running the Server + +### Standard stdio transport: +```bash +python src/server.py +``` + +### SSE transport: +```bash +python src/server.py --transport sse +``` + +## Development and Debugging To use debugger, run: ```bash