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
Basic Memory lets you build persistent knowledge through natural conversations with Large Language Models (LLMs) like
10
11
Claude, while keeping everything in simple Markdown files on your computer. It uses the Model Context Protocol (MCP) to
@@ -47,7 +48,19 @@ uv install basic-memory
47
48
48
49
You can view shared context via files in `~/basic-memory` (default directory location).
49
50
50
-
You can also install the cli tools to sync files or manage projects.
51
+
### Alternative Installation via Smithery
52
+
53
+
You can use [Smithery](https://smithery.ai/server/@basicmachines-co/basic-memory) to automatically configure Basic Memory for Claude Desktop:
54
+
55
+
```bash
56
+
npx -y @smithery/cli install @basicmachines-co/basic-memory --client claude
57
+
```
58
+
59
+
This installs and configures Basic Memory without requiring manual edits to the Claude Desktop configuration file. The Smithery server hosts the MCP server component, while your data remains stored locally as Markdown files.
60
+
61
+
### CLI Tools
62
+
63
+
You can also install the CLI tools to sync files or manage projects.
0 commit comments