rahilp

Second Brain Obsidian Plugin — DevOps skill for Claude Code

DevOps community

Sync your Obsidian notes to your self-hosted Second Brain MCP server on Cloudflare Workers.

How to install Second Brain Obsidian Plugin

This entry records only its repository, not the path inside it, so there is no exact command to give. Open rahilp/second-brain-obsidian-plugin and copy the folder into ~/.claude/skills/, or the file into ~/.claude/agents/.

What Second Brain Obsidian Plugin does

Sync your Obsidian notes to your self-hosted Second Brain MCP server on Cloudflare Workers. Semantic search and recall across Claude, ChatGPT, and any MCP-compatible AI tool.

Alternatives in DevOps

  • Codeg — Aggregate and browse AI coding agent sessions (Claude Code, Codex, Gemini CLI, etc.) in one place 850 ★
  • Second Brain Cloudflare — One memory layer, every AI tool 734 ★
  • Chat — chat web app for teams, sass with user management and ratelimit, support chatgpt(openai & azure), claude, gemi 568 ★

README

Second Brain Sync

Sync your Obsidian notes to your own AI memory. Pull memories back into your vault as notes. Search everything with semantic search — from inside Obsidian, or from any AI tool that supports MCP.

Built on [Cloudflare Workers + Vectorize](https://github.com/rahilp/second-brain-cloudflare). Your data stays on your own infrastructure.


What it does

  • Sync any note to your Second Brain with one click or a hotkey
  • Bulk sync all notes with a specific tag
  • Auto-sync tagged notes every time you save
  • Choose whether each note goes to your personal memory or a specific team
  • Import memories from your Second Brain back into Obsidian as notes
  • Chunk long notes automatically so embeddings stay clean
  • Status bar shows the last time you synced

Getting started

You need a running Second Brain Worker before this plugin is useful. Deploy one for free at:

→ [github.com/rahilp/second-brain-cloudflare](https://github.com/rahilp/second-brain-cloudflare)

Once your Worker is running:

  1. Open Settings → Second Brain Sync
  2. Paste your Worker URL (e.g. https://second-brain.yourname.workers.dev)
  3. Paste your Auth token (the AUTH_TOKEN secret you set in Cloudflare)
  4. Hit Test to confirm the connection works
  5. Set your Sync tag — any note with this tag in its frontmatter will sync (default: brain)

Syncing notes

Tag a note for sync by adding the tag to its frontmatter:

---
tags:
  - brain
---

You can also use inline tags anywhere in the note body:

#brain

Then sync it:

  • Click the brain icon in the ribbon to sync the current note
  • Ctrl/Cmd + P → "Sync current note"
  • Ctrl/Cmd + P → "Sync all tagged notes"
  • Or turn on auto-sync in settings and forget about it

Choosing where a note goes: personal or a team

If your Second Brain has team workspaces, every note you sync lands in one of two places: your **personal** memory, which only you can see, or a **team** memory s