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: README.md
+17-3Lines changed: 17 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -61,8 +61,7 @@ Memory for Claude Desktop:
61
61
npx -y @smithery/cli install @basicmachines-co/basic-memory --client claude
62
62
```
63
63
64
-
This installs and configures Basic Memory without requiring manual edits to the Claude Desktop configuration file. The
65
-
Smithery server hosts the MCP server component, while your data remains stored locally as Markdown files.
64
+
This installs and configures Basic Memory without requiring manual edits to the Claude Desktop configuration file. Note: The Smithery installation uses their hosted MCP server, while your data remains stored locally as Markdown files.
66
65
67
66
### Glama.ai
68
67
@@ -153,7 +152,8 @@ The note embeds semantic content and links to other topics via simple Markdown f
153
152
154
153
3. You see this file on your computer in real time in the current project directory (default `~/$HOME/basic-memory`).
155
154
156
-
- Realtime sync is enabled by default with the v0.12.0 version
155
+
- Realtime sync is enabled by default starting with v0.12.0
156
+
- Project switching during conversations is supported starting with v0.13.0
157
157
158
158
4. In a chat with the LLM, you can reference a topic:
159
159
@@ -351,10 +351,20 @@ Basic Memory will sync the files in your project in real time if you make manual
351
351
```
352
352
write_note(title, content, folder, tags) - Create or update notes
353
353
read_note(identifier, page, page_size) - Read notes by title or permalink
0 commit comments