chore: update mcp readme (#914)

<!-- .github/pull_request_template.md -->

## Description
<!-- Provide a clear description of the changes in this PR -->

## 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.
This commit is contained in:
Hande 2025-06-06 12:16:01 +02:00 committed by GitHub
parent e8487a06b5
commit ebebbb8958
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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