From 3fd3aed2fa8a7ed5ac291ceb4eee4c4212be3198 Mon Sep 17 00:00:00 2001 From: Henry Mao <1828968+calclavia@users.noreply.github.com> Date: Mon, 23 Dec 2024 17:08:54 +0700 Subject: [PATCH 1/3] Add Smithery CLI installation instructions and badge --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index f0aa2a280..00103e8e9 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # cognee +[![smithery badge](https://smithery.ai/badge/cognee)](https://smithery.ai/server/cognee) [![GitHub forks](https://img.shields.io/github/forks/topoteretes/cognee.svg?style=social&label=Fork&maxAge=2592000)](https://GitHub.com/topoteretes/cognee/network/) [![GitHub stars](https://img.shields.io/github/stars/topoteretes/cognee.svg?style=social&label=Star&maxAge=2592000)](https://GitHub.com/topoteretes/cognee/stargazers/) [![GitHub commits](https://badgen.net/github/commits/topoteretes/cognee)](https://GitHub.com/topoteretes/cognee/commit/) @@ -20,6 +21,15 @@ If you have questions, join our Discord ## 📦 Installation + +### 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 +``` + You can install Cognee using either **pip** or **poetry**. Support for various databases and vector stores is available through extras. From efa2ecdf76c11ecb81ee650169512ce09c952e1f Mon Sep 17 00:00:00 2001 From: Henry Mao <1828968+calclavia@users.noreply.github.com> Date: Mon, 23 Dec 2024 23:09:34 +0700 Subject: [PATCH 2/3] Move readme --- README.md | 9 --------- cognee-mcp/README.md | 9 +++++++++ 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 00103e8e9..67a4885c5 100644 --- a/README.md +++ b/README.md @@ -21,15 +21,6 @@ If you have questions, join our Discord ## 📦 Installation - -### 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 -``` - You can install Cognee using either **pip** or **poetry**. Support for various databases and vector stores is available through extras. diff --git a/cognee-mcp/README.md b/cognee-mcp/README.md index bf2c9989d..824a2e701 100644 --- a/cognee-mcp/README.md +++ b/cognee-mcp/README.md @@ -1,5 +1,14 @@ # 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 Create a boilerplate server: From 135613de1d943ffd3bd583c17ce83cb0a72feded Mon Sep 17 00:00:00 2001 From: Vasilije <8619304+Vasilije1990@users.noreply.github.com> Date: Mon, 23 Dec 2024 17:36:14 +0100 Subject: [PATCH 3/3] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 67a4885c5..7361923f5 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ # cognee -[![smithery badge](https://smithery.ai/badge/cognee)](https://smithery.ai/server/cognee) [![GitHub forks](https://img.shields.io/github/forks/topoteretes/cognee.svg?style=social&label=Fork&maxAge=2592000)](https://GitHub.com/topoteretes/cognee/network/) [![GitHub stars](https://img.shields.io/github/stars/topoteretes/cognee.svg?style=social&label=Star&maxAge=2592000)](https://GitHub.com/topoteretes/cognee/stargazers/) [![GitHub commits](https://badgen.net/github/commits/topoteretes/cognee)](https://GitHub.com/topoteretes/cognee/commit/) @@ -354,4 +353,4 @@ pip install cognee | NetworkX | Graph | Stable ✅ | | | FalkorDB | Vector/Graph | Unstable ❌ | | | PGVector | Vector | Stable ✅ | | -| Milvus | Vector | Stable ✅ | | \ No newline at end of file +| Milvus | Vector | Stable ✅ | |