From 41b973a61e16f80d98ef8d7f02ccc9fe41acb527 Mon Sep 17 00:00:00 2001 From: BOBDA DJIMO ARMEL HYACINTHE Date: Wed, 5 Nov 2025 20:19:52 +0400 Subject: [PATCH 1/3] docs(mcp): update available tools documentation - Add missing tools: cognify_add_developer_rules, get_developer_rules, save_interaction - Enhance search tool description with all supported search types - Documentation now accurately reflects all 10 tools implemented in server.py --- cognee-mcp/README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/cognee-mcp/README.md b/cognee-mcp/README.md index 9ac8b4973..fee5d1850 100644 --- a/cognee-mcp/README.md +++ b/cognee-mcp/README.md @@ -445,16 +445,22 @@ The MCP server exposes its functionality through tools. Call them from any MCP c - **cognify**: Turns your data into a structured knowledge graph and stores it in memory +- **cognify_add_developer_rules**: Ingest core developer rule files into memory + - **codify**: Analyse a code repository, build a code graph, stores it in memory -- **search**: Query memory – supports GRAPH_COMPLETION, RAG_COMPLETION, CODE, CHUNKS - -- **list_data**: List all datasets and their data items with IDs for deletion operations - - **delete**: Delete specific data from a dataset (supports soft/hard deletion modes) +- **get_developer_rules**: Retrieve all developer rules that were generated based on previous interactions + +- **list_data**: List all datasets and their data items with IDs for deletion operations + +- **save_interaction**: Logs user-agent interactions and query-answer pairs + - **prune**: Reset cognee for a fresh start (removes all data) +- **search**: Query memory – supports GRAPH_COMPLETION, RAG_COMPLETION, CODE, CHUNKS, SUMMARIES, CYPHER, and FEELING_LUCKY + - **cognify_status / codify_status**: Track pipeline progress **Data Management Examples:** From a5aa58a7d7060f13a7f7b2df5353a359f219bfe7 Mon Sep 17 00:00:00 2001 From: BOBDA DJIMO ARMEL HYACINTHE Date: Mon, 17 Nov 2025 19:55:32 +0400 Subject: [PATCH 2/3] docs(mcp): correct tool name in README - Update the tool name from cognify_add_developer_rules to cognee_add_developer_rules. --- cognee-mcp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cognee-mcp/README.md b/cognee-mcp/README.md index fee5d1850..ccfd37928 100644 --- a/cognee-mcp/README.md +++ b/cognee-mcp/README.md @@ -445,7 +445,7 @@ The MCP server exposes its functionality through tools. Call them from any MCP c - **cognify**: Turns your data into a structured knowledge graph and stores it in memory -- **cognify_add_developer_rules**: Ingest core developer rule files into memory +- **cognee_add_developer_rules**: Ingest core developer rule files into memory - **codify**: Analyse a code repository, build a code graph, stores it in memory From 53532921cf2c595e7c73244583b656988633d3df Mon Sep 17 00:00:00 2001 From: Armel BOBDA <132626034+armelhbobdad@users.noreply.github.com> Date: Mon, 17 Nov 2025 19:56:57 +0400 Subject: [PATCH 3/3] Update cognee-mcp/README.md Co-authored-by: Hande <159312713+hande-k@users.noreply.github.com> --- cognee-mcp/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cognee-mcp/README.md b/cognee-mcp/README.md index fee5d1850..ccfd37928 100644 --- a/cognee-mcp/README.md +++ b/cognee-mcp/README.md @@ -445,7 +445,7 @@ The MCP server exposes its functionality through tools. Call them from any MCP c - **cognify**: Turns your data into a structured knowledge graph and stores it in memory -- **cognify_add_developer_rules**: Ingest core developer rule files into memory +- **cognee_add_developer_rules**: Ingest core developer rule files into memory - **codify**: Analyse a code repository, build a code graph, stores it in memory