From e5b931fdc549b0dbb5b99fc20716d5b65e781fa1 Mon Sep 17 00:00:00 2001 From: Angie Jones Date: Fri, 21 Feb 2025 19:40:22 -0600 Subject: [PATCH] docs: video for knowledge graph memory tutorial (#1340) --- documentation/docs/tutorials/knowledge-graph-mcp.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/docs/tutorials/knowledge-graph-mcp.md b/documentation/docs/tutorials/knowledge-graph-mcp.md index aeea390ca6..f9a9bca8dc 100644 --- a/documentation/docs/tutorials/knowledge-graph-mcp.md +++ b/documentation/docs/tutorials/knowledge-graph-mcp.md @@ -7,6 +7,8 @@ import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; import YouTubeShortEmbed from '@site/src/components/YouTubeShortEmbed'; + + This tutorial covers how to add the [Knowledge Graph Memory MCP Server](https://github.com/modelcontextprotocol/servers/tree/main/src/memory) as a Goose extension. This enables Goose to analyze relationships, detect patterns, and gain a deeper understanding of your data. The knowledge graph builds on the [memory extension](/docs/tutorials/memory-mcp) by mapping complex relationships between concepts and providing persistent memory across Goose sessions.