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 works through the Model Context Protocol (MCP) to connect with AI assistants like Claude Desktop, Claude Code, and Gemini CLI. Here's how to set it up.
10
10
11
-
<Info>
12
-
**New in v0.15.0:**[Basic Memory Cloud](/guides/cloud-cli)provides hosted cloud sync for multi-device workflows. Currently in invite-only beta. [Sign up for Early Access on basicmemory.com](https://basicmemory.com).
13
-
</Info>
11
+
<Tip>
12
+
[Basic Memory Cloud](/guides/cloud-cli)is live! Now accessible from everywhere, in the Cloud. [Sign up ->](https://basicmemory.com/beta).
All your notes will be saved to your cloud instance.
79
+
80
+
### ChatGPT
81
+
82
+
<Note>
83
+
ChatGPT requires a Pro or Max subscription to use remote mcp.
84
+
</Note>
85
+
86
+
<iframewidth="560"height="315"src="https://www.youtube.com/embed/NvU0Jo38P_k?si=0VvGBAhN8uOGw-KG"title="YouTube video player"frameborder="0"allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"referrerpolicy="strict-origin-when-cross-origin"allowfullscreen></iframe>
87
+
88
+
## Command line Quick Start
30
89
31
90
Basic Memory Cloud requires version v0.15.2 or later of the Basic Memory CLI tools. See the install and upgrade
32
91
instructions on the <ahref="/getting-started">Getting Started</a> page.
33
92
34
-
<Tip>
93
+
<Info>
35
94
You can use the shorter command alias `bm` instead of `basic-memory` for all CLI commands (e.g., `bm cloud login` instead of `basic-memory cloud login`).
0 commit comments