You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/AI Assistant Guide.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ title: AI Assistant Guide
3
3
type: note
4
4
permalink: docs/ai-assistant-guide
5
5
---
6
-
6
+
> Note: This is an optional document that can be copy/pasted into the project knowledge for an LLM to provide a full description of how it can work with Basic Memory. It is provided as a helpful resource. The tools contain extensive usage description prompts with enable the LLM to understand them.
7
7
# AI Assistant Guide for Basic Memory
8
8
9
9
This guide helps you, the AI assistant, use Basic Memory tools effectively when working with users. It covers reading, writing, and navigating knowledge through the Model Context Protocol (MCP).
Copy file name to clipboardExpand all lines: docs/Getting Started with Basic Memory.md
+30-8Lines changed: 30 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,10 @@ permalink: docs/getting-started
6
6
7
7
# Getting Started with Basic Memory
8
8
9
-
This guide will help you install Basic Memory, configure it with Claude Desktop, and create your first knowledge notes through conversations.
9
+
This guide will help you install Basic Memory, configure it with Claude Desktop, and create your first knowledge notes
10
+
through conversations.
11
+
12
+
Basic Memory uses the [Model Context Protol](https://modelcontextprotocol.io/introduction) (MCP) to connect with LLMs. It can be used with any service that supports the MCP, but Claude Desktop works especially well.
10
13
11
14
## Installation
12
15
@@ -20,11 +23,13 @@ uv install basic-memory
20
23
pip install basic-memory
21
24
```
22
25
23
-
> **Important**: You need to install Basic Memory using one of the commands above to use the command line tools. The `uvx` command mentioned in the Claude Desktop configuration is only for enabling Claude to access Basic Memory.
26
+
> **Important**: You need to install Basic Memory using one of the commands above to use the command line tools. The
27
+
`uvx` command mentioned in the Claude Desktop configuration is only for enabling Claude to access Basic Memory.
24
28
25
29
### 2. Configure Claude Desktop
26
30
27
-
To enable Claude to read and write to your knowledge base, edit the Claude Desktop configuration file (usually at `~/Library/Application Support/Claude/claude_desktop_config.json`):
31
+
To enable Claude to read and write to your knowledge base, edit the Claude Desktop configuration file (usually at
0 commit comments