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/Getting Started with Basic Memory.md
+77-19Lines changed: 77 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,7 @@ permalink: docs/getting-started
9
9
This guide will help you install Basic Memory, configure it with Claude Desktop, and create your first knowledge notes
10
10
through conversations.
11
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.
12
+
Basic Memory uses the [Model Context Protocol](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.
13
13
14
14
## Installation
15
15
@@ -23,19 +23,29 @@ uv install basic-memory
23
23
pip install basic-memory
24
24
```
25
25
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.
26
+
> **Important**: You need to install Basic Memory using one of the commands above to use the command line tools.
28
27
29
28
### 2. Configure Claude Desktop
30
29
31
-
To enable Claude to read and write to your knowledge base, edit the Claude Desktop configuration file (usually at
0 commit comments