mirror of
https://github.com/supermemoryai/supermemory.git
synced 2026-09-06 08:16:03 +00:00
- Created apps/docs/images/personal-brain/nova-chat.png - Created apps/docs/images/personal-brain/add-memory.png - Created apps/docs/images/personal-brain/search.png - Created apps/docs/images/personal-brain/integrations-overview.png - Created apps/docs/images/personal-brain/apps-and-extensions.png - Created apps/docs/images/personal-brain/poke-unverified-recipe-warning.png - Created apps/docs/images/personal-brain/raycast.png - Created apps/docs/images/personal-brain/x-bookmarks.png - Created apps/docs/images/personal-brain/spaces-selector.png - Created apps/docs/images/personal-brain/spaces-context.png - Created apps/docs/images/personal-brain/spaces-create.png - Created apps/docs/images/personal-brain/integration-logos/raycast-user-approved.png - Created apps/docs/images/personal-brain/integration-logos/raycast-user-approved-1.png - Created apps/docs/images/personal-brain/integration-logos/raycast-user-approved.svg - Created apps/docs/personal-brain/concepts/setup.mdx - Created apps/docs/personal-brain/concepts/spaces.mdx - Created apps/docs/personal-brain/concepts/integrations.mdx - Created apps/docs/personal-brain/concepts/app-and-console.mdx - Created apps/docs/personal-brain/concepts/what-is-supermemory-personal-brain.mdx - Created apps/docs/personal-brain/use-cases/poke.mdx - Created apps/docs/personal-brain/use-cases/browser-extension.mdx - Created apps/docs/personal-brain/use-cases/apple-shortcuts.mdx - Created apps/docs/personal-brain/use-cases/x-bookmarks.mdx - Created apps/docs/personal-brain/use-cases/raycast.mdx - Updated apps/docs/docs.json Mintlify-Source: dashboard-editor
78 lines
No EOL
3 KiB
Text
78 lines
No EOL
3 KiB
Text
---
|
|
title: "Integrations"
|
|
sidebarTitle: "Overview"
|
|
description: "Save and recall your memory from the tools you already use"
|
|
icon: "plug"
|
|
---
|
|
|
|
Personal Brain integrations fall into four patterns: **save** something new, **recall** what you already have, **import** existing content, and **sync** an external source so it stays current.
|
|
|
|
<Frame>
|
|

|
|
</Frame>
|
|
|
|
## The four patterns
|
|
|
|
| Pattern | What it does | Examples |
|
|
| --- | --- | --- |
|
|
| Save | Adds something to memory | Apple Shortcuts, Raycast |
|
|
| Recall | Searches memory from another tool | Poke, Raycast |
|
|
| Import | Brings existing content into memory | X bookmarks, saved AI memories |
|
|
| Sync | Keeps an external source current | Google Drive, Notion, OneDrive, Granola |
|
|
|
|
## Available integrations
|
|
|
|
<Frame>
|
|

|
|
</Frame>
|
|
|
|
<CardGroup cols={2}>
|
|
<Card title="Poke" icon="https://poke.com/icons/poke-512.png" href="/personal-brain/use-cases/poke">
|
|
Save and recall by messaging Poke.
|
|
</Card>
|
|
|
|
<Card title="Browser extension" icon="globe" href="/personal-brain/use-cases/browser-extension">
|
|
Save webpages and selections from any tab.
|
|
</Card>
|
|
|
|
<Card title="Apple Shortcuts" icon="apple" href="/personal-brain/use-cases/apple-shortcuts">
|
|
Save from Share Sheet, Siri, and automations.
|
|
</Card>
|
|
|
|
<Card title="X bookmarks" icon="https://abs.twimg.com/responsive-web/client-web/icon-ios.77d25eba.png" href="/personal-brain/use-cases/x-bookmarks">
|
|
Import your existing X bookmarks into memory.
|
|
</Card>
|
|
|
|
<Card title="Raycast" icon="https://cdn.jsdelivr.net/gh/selfhst/icons/png/raycast.png" href="/personal-brain/use-cases/raycast">
|
|
Save and search from your launcher.
|
|
</Card>
|
|
</CardGroup>
|
|
|
|
## MCP and plugins
|
|
|
|
Supermemory MCP connects compatible AI clients and coding agents to your Personal Brain so they can save and recall using the same memory. See [Supermemory MCP](/supermemory-mcp/mcp) for setup and supported clients.
|
|
|
|
## Data connectors
|
|
|
|
Data connectors keep external sources like Google Drive, Notion, OneDrive, and Granola synced into your memory. See [Connectors](/connectors/overview) for the full list and setup.
|
|
|
|
## Which one should I use?
|
|
|
|
- **Save a webpage you're reading** goes through the browser extension
|
|
- **Save from your phone or via Siri** goes through Apple Shortcuts
|
|
- **Save or recall from your launcher** goes through Raycast
|
|
- **Save or recall by texting** goes through Poke
|
|
- **Give a coding agent or AI client your memory** goes through MCP or a coding plugin
|
|
- **Keep a whole external source current** goes through data connectors
|
|
|
|
## Related
|
|
|
|
<CardGroup cols={2}>
|
|
<Card title="What you can do" icon="sparkles" href="/personal-brain/use-cases/overview">
|
|
Save, search, import, and recall across your tools.
|
|
</Card>
|
|
|
|
<Card title="Supermemory MCP" icon="brain-circuit" href="/supermemory-mcp/mcp">
|
|
Connect MCP-compatible clients to your memory.
|
|
</Card>
|
|
</CardGroup> |