Skip to content

Commit dfcd8e3

Browse files
committed
add beta/setup guides
1 parent f552e5c commit dfcd8e3

File tree

9 files changed

+96
-12
lines changed

9 files changed

+96
-12
lines changed

public/claude-search-tools.png

244 KB
Loading
288 KB
Loading
268 KB
Loading
237 KB
Loading

public/claude-settings-tools.png

342 KB
Loading
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
import { Sparkles } from "lucide-react";
2+
3+
export const BetaAnnouncementBanner = () => {
4+
return (
5+
<div className="bg-black text-white border-b border-gray-700">
6+
<div className="container mx-auto px-4">
7+
<div className="flex items-center justify-center gap-4 py-3">
8+
<div className="flex items-center gap-2">
9+
<Sparkles className="w-4 h-4 shrink-0 text-white" />
10+
<span className="text-md text-white leading-none">
11+
<span className="font-semibold">Basic Memory Cloud Beta is Live!</span>
12+
<span className="hidden sm:inline"> — Lifetime 25% off for joining early. 7-day free trial.</span>
13+
</span>
14+
</div>
15+
<a
16+
href="https://basicmemory.com/beta"
17+
className="inline-flex items-center justify-center whitespace-nowrap rounded-md text-sm font-medium transition-colors bg-white text-black hover:bg-gray-200 h-8 px-4 py-1.5 no-underline shrink-0"
18+
>
19+
Join Beta
20+
</a>
21+
</div>
22+
</div>
23+
</div>
24+
);
25+
};

src/layouts/DocsLayout.astro

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ import Sidebar from '@/components/Sidebar.astro'
55
import TableOfContents from '@/components/TableOfContents.astro'
66
import Footer from '@/components/Footer.astro'
77
import Breadcrumb from '@/components/Breadcrumb.astro'
8+
import { BetaAnnouncementBanner } from '@/components/beta-announcement-banner'
89
910
export interface Props {
1011
title: string
@@ -16,6 +17,7 @@ const { title, description } = Astro.props.frontmatter || Astro.props
1617

1718
<Layout title={title} description={description}>
1819
<div class="min-h-screen flex flex-col">
20+
<BetaAnnouncementBanner client:load />
1921
<Header />
2022
<div class="flex flex-1 justify-center">
2123
<div class="flex w-full max-w-screen-2xl">

src/pages/getting-started.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ import { Card, CardGroup, Info, Warning, Note, Tip, Accordion, AccordionItem, St
88

99
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.
1010

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).
13+
</Tip>
1414

1515
import InstallationTabs from '../components/InstallationTabs'
1616

src/pages/guides/cloud.mdx

Lines changed: 66 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,21 +21,78 @@ import {
2121
} from '@/components'
2222

2323

24-
Basic Memory Cloud provides hosted cloud sync for multi-device workflows. Currently in invite-only beta. Sign up for an invite
25-
at the [Basic Memory](https://basicmemory.com) website.
24+
Bring your knowledge to the cloud. All your existing notes, connections, and context - accessible from anywhere.
2625

27-
<Info>
28-
Cloud features require an active Basic Memory subscription. [Subscribe here](https://basicmemory.com/subscribe).
29-
</Info>
26+
<Tip>
27+
[Basic Memory Cloud](/guides/cloud-cli) is live! Now accessible from everywhere, in the Cloud. [Sign up ->](https://basicmemory.com/beta).
28+
</Tip>
29+
30+
## Setup
31+
32+
Basic Memory Cloud uses remote mcp to connect to AI assistants. The connection URL is:
33+
```
34+
https://cloud.basicmemory.com/mcp
35+
```
36+
37+
### Claude Web/Desktop
38+
39+
In Claude Web or Desktop
40+
41+
**Go to Settings -> Claude**
42+
<Card className="m-2">
43+
<img src="/claude-settings-connectors.png" alt="Claude -> Settings -> Connectors" height="200"/>
44+
</Card>
45+
46+
- Click **Add custom connector**
47+
48+
<Card className="m-2">
49+
<img src="/claude-settings-add-connector.png" alt="Claude -> Add connectors" height="200"/>
50+
</Card>
51+
52+
- Enter "Basic Memory" for the Name
53+
54+
For the `Remote MCP server URL` value, enter:
55+
```
56+
https://cloud.basicmemory.com/mcp
57+
```
58+
59+
- Click **Add**
60+
- Click **Connect**, this will prompt you to authenticate and grant permmissions to Claude
61+
62+
You can configure which tools are enabled via the **Configure** button.
63+
64+
<Card className="m-2">
65+
<img src="/claude-settings-configure.png" alt="Claude -> Configure" height="200"/>
66+
</Card>
67+
68+
You can configure permissions and which tools are enabled or disabled.
69+
<Card className="m-2">
70+
<img src="/claude-settings-tools.png" alt="Claude -> Tools" height="200"/>
71+
</Card>
72+
73+
Confirm that Basic Memory is available in the "search and tools" menu for a chat.
74+
<Card className="m-2">
75+
<img src="/claude-search-tools.png" alt="Claude -> Tools" height="200"/>
76+
</Card>
77+
78+
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+
<iframe width="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
3089

3190
Basic Memory Cloud requires version v0.15.2 or later of the Basic Memory CLI tools. See the install and upgrade
3291
instructions on the <a href="/getting-started">Getting Started</a> page.
3392

34-
<Tip>
93+
<Info>
3594
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`).
36-
</Tip>
37-
38-
## Quick Start
95+
</Info>
3996

4097
<Steps>
4198
<Step title="Authenticate">

0 commit comments

Comments
 (0)