Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions cognee-mcp/README.md
Original file line number Diff line number Diff line change
@@ -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
=======
Expand Down Expand Up @@ -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
Expand Down
Loading