Merge pull request #399 from smithery-ai/add-smithery
Add Smithery to README
This commit is contained in:
commit
730670c803
2 changed files with 14 additions and 1 deletions
|
|
@ -274,4 +274,4 @@ pip install cognee
|
||||||
| NetworkX | Graph | Stable ✅ | |
|
| NetworkX | Graph | Stable ✅ | |
|
||||||
| FalkorDB | Vector/Graph | Unstable ❌ | |
|
| FalkorDB | Vector/Graph | Unstable ❌ | |
|
||||||
| PGVector | Vector | Stable ✅ | |
|
| PGVector | Vector | Stable ✅ | |
|
||||||
| Milvus | Vector | Stable ✅ | |
|
| Milvus | Vector | Stable ✅ | |
|
||||||
|
|
|
||||||
|
|
@ -1,8 +1,21 @@
|
||||||
# cognee MCP server
|
# 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
|
1. Clone the [cognee](www.github.com/topoteretes/cognee) repo
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
2. Install dependencies
|
2. Install dependencies
|
||||||
|
|
||||||
```jsx
|
```jsx
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue