integrations

Capture context wherever you work

Second Brain isn't locked to one app or workflow. Pipe in notes from your terminal, browser, vault, phone, or any AI client that speaks MCP - it all lands in the same searchable memory.

capture on the go

Wherever the thought happens

Save context the moment it crosses your mind - mid-walk, mid-browse, or mid-read - without breaking stride to open an app.

Chrome · Firefox · Edge
Browser Extension

Highlight text on any page, right-click, and save it to your brain. Capture articles, docs, tweets, and research the moment you read them - no tab-switching.

  1. Install the extension from the GitHub releases page
  2. Paste your Worker URL and token into the popup settings
  3. Highlight any text → right-click → "Save to Second Brain"
Right-click to save Page capture Quick recall popup
Apple Shortcuts
iOS Shortcuts

Capture thoughts the moment they hit. Voice memo while walking, a quick text note, or save from any app's share sheet - straight to your AI's memory.

  1. Download the Brain Dump or Text Dump shortcut template
  2. Drop in your Worker URL and token when prompted on first run
  3. Add it to your Share Sheet or Action Button for one-tap capture
Brain Dump · voice Text Brain Dump Save to Brain
npm · second-brain-cf-cli
CLI

Capture and recall from your terminal. Pipe meeting notes, grep output, or anything else straight into your brain - no copy-paste required.

# install once
npm install -g second-brain-cf-cli
 
brain remember "switching to React Query"
brain recall "state library decision"
cat notes.md | brain remember
sync your notes

Bring what you've already written

Your vault and your terminal are already full of context. Point them at your brain instead of re-typing everything from scratch.

Obsidian community plugin – installs
Obsidian Plugin

Turn your entire Obsidian vault into AI context. Sync everything or just tagged notes, with auto-sync on save and a built-in sidebar for searching your brain without leaving the app.

  1. Install "Second Brain Sync" from Obsidian's community plugins
  2. Add your Worker URL and token in the plugin settings
  3. Choose full-vault sync, or scope it to a tag like #brain
Auto-sync on save Sidebar search Tag filtering Selective sync
build your own

Wire it into anything else

The same memory layer is open underneath - talk to it directly over HTTP, or hand the URL to any AI client that speaks MCP.

HTTP · JSON
REST API

Talk to your brain directly over HTTP. Build your own integrations, automations, or scripts on top of the same remember/recall endpoints that power every official client.

REST API vs. MCP - which one? Use the REST API when you're writing your own scripts, automations, or backend integrations. Use MCP when you want an AI client (Claude, Cursor, etc.) to read and write memory on its own during a conversation.
  1. Grab your Worker URL and auth token from the dashboard
  2. POST to /remember and GET from /recall with a bearer token
  3. Script it, schedule it, or wire it into any webhook you already run
# remember something
curl -X POST $WORKER_URL/remember \
  -H "Authorization: Bearer $TOKEN" \
  -d '{"content": "shipped v1.5"}'
 
curl $WORKER_URL/recall?q=launch+plan
Model Context Protocol
MCP Clients

Connect your Worker to any MCP-enabled AI tool - Claude Desktop, Claude Code, claude.ai, Cursor, Windsurf, and more. One URL, the same memory, everywhere you work.

  1. Copy your Worker's MCP endpoint URL from the dashboard
  2. Add it as a custom MCP server in your client of choice
  3. Your AI can now call remember/recall mid-conversation, automatically
Claude Desktop & Code Cursor Windsurf Any MCP client
get started

Your AI is only as good as
what it remembers about you.

Two minutes to deploy. Free forever. Every AI tool you use, finally working from the same page.