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:
parent
e8487a06b5
commit
ebebbb8958
1 changed files with 15 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
# cognee MCP server
|
# cognee MCP server
|
||||||
|
|
||||||
|
Please refer to our documentation [here](https://docs.cognee.ai/how-to-guides/deployment/mcp) for further information.
|
||||||
|
|
||||||
### Installing Manually
|
### Installing Manually
|
||||||
A MCP server project
|
A MCP server project
|
||||||
=======
|
=======
|
||||||
|
|
@ -69,6 +71,19 @@ npx -y @smithery/cli install cognee --client claude
|
||||||
Define cognify tool in server.py
|
Define cognify tool in server.py
|
||||||
Restart your Claude desktop.
|
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:
|
To use debugger, run:
|
||||||
```bash
|
```bash
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue