Merge pull request #399 from smithery-ai/add-smithery

Add Smithery to README
This commit is contained in:
Vasilije 2024-12-23 17:37:33 +01:00 committed by GitHub
commit 730670c803
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 14 additions and 1 deletions

View file

@ -274,4 +274,4 @@ pip install cognee
| NetworkX | Graph | Stable ✅ | |
| FalkorDB | Vector/Graph | Unstable ❌ | |
| PGVector | Vector | Stable ✅ | |
| Milvus | Vector | Stable ✅ | |
| Milvus | Vector | Stable ✅ | |

View file

@ -1,8 +1,21 @@
# cognee MCP server
### Installing via Smithery
To install Cognee for Claude Desktop automatically via [Smithery](https://smithery.ai/server/cognee):
```bash
npx -y @smithery/cli install cognee --client claude
```
### Installing Manually
A MCP server project
=======
1. Clone the [cognee](www.github.com/topoteretes/cognee) repo
2. Install dependencies
```jsx