Bruin
Enables bidirectional sync of notes via iCloud Drive with SHA-256 conflict resolution, allowing the app to sync across devices.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Bruincreate a note about MCP server integration"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Bruin
The note-taking app built for AI agents — local-first, MCP-native, human-in-the-loop.
AI agents don't just answer questions. They should read, write, and organize your knowledge — with your approval.
Mac App Store · Direct Download · bruin.me
Direct download only: if macOS shows "app is damaged":
xattr -cr /Applications/Bruin.app
Quick Start — Claude Code / OpenClaw
Tell Claude this one sentence:
Read https://bruin.me/skills.md and help me install and set up Bruin.Claude will read the skills file, walk you through adding the MCP config, and start using your knowledge base immediately.
Or set up manually in 2 steps:
1. Add to your MCP config (auto-writes the correct config):
/Applications/Bruin.app/Contents/MacOS/bruin --write-configThis writes to ~/.claude.json. The MCP server is built into the app — no npm, no Node.js required.
2. Install the Claude Code skill (makes Claude natively understand Bruin across all sessions):
/Applications/Bruin.app/Contents/MacOS/bruin --install-skillThat's it. Claude can now write notes, run daily logs, do research capture, build knowledge graphs, and more — all through natural conversation.
What Makes Bruin Different
Traditional Note Apps | Bruin |
AI is a sidebar chatbot | AI agents have 60 MCP tools — full CRUD, search, tagging, workflows |
Notes are for humans only | Notes flow through |
Cloud-dependent | Local-first SQLite + iCloud sync — your data never leaves your machine |
Flat file lists | Knowledge graph with |
MCP Primitives
4 Prompts — Invoke directly in Claude Code
/mcp:bruin-notes:daily_log # Append to today's log
/mcp:bruin-notes:research_capture topic="AI frameworks" # Save research from any source
/mcp:bruin-notes:weekly_review # Summarize the week's notes
/mcp:bruin-notes:link_knowledge note_id="<id>" # Build wiki-links between notes4 Resources — Reference with @bruin
Resource | Contents |
| All notes list |
| Single note content |
| All tags with counts |
| Today's daily note |
60 Tools — Full reference at bruin.me/skills.md
Category | Count | Key tools |
Notes & Search | 16 |
|
Knowledge Graph | 3 |
|
Agent Registry | 6 |
|
Workspaces | 7 |
|
Tasks & Workflows | 10 |
|
Webhooks | 6 |
|
Settings & Export | 5 |
|
Utility | 3 |
|
Features
Area | What you get |
Editor | TipTap markdown with syntax highlighting, tables, images, slash commands |
Search | FTS5 full-text + semantic search (all-MiniLM-L6-v2, auto-indexed) |
Knowledge Graph | D3 force-directed visualization, backlinks, BFS traversal |
Agent Registry | Register, track, and audit every agent that touches your notes |
Task Management | Create, assign, and track tasks linked to notes and agents |
Workflow Templates | Multi-step agent automation with variable chaining |
Webhooks | HMAC-SHA256 signed callbacks with delivery logs and retry |
iCloud Sync | Bidirectional sync with SHA-256 conflict resolution |
6 Themes | Dark Graphite, Charcoal, Solarized, Nord, Dracula, and more |
Architecture
AI Agent ──MCP (stdio)──► MCP Server (Node.js) ──► SQLite ◄── Rust Backend ◄──IPC──► React Frontend
│
iCloud Sync
(bidirectional .md files)All three processes share the same SQLite database at ~/Library/Application Support/com.bruin.app/bruin.db. The MCP server notifies the Tauri app of changes via a trigger file that the file watcher detects.
Layer | Technology |
Desktop Shell | Tauri 2 |
Backend | Rust, SQLite (WAL + FTS5), rusqlite |
Frontend | React 19, TipTap, Zustand, D3 |
Agent Protocol | MCP SDK (TypeScript) — Tools + Resources + Prompts |
Embeddings | @huggingface/transformers (all-MiniLM-L6-v2, local) |
Sync | iCloud Drive + notify file watcher |
Development
Prerequisites
Node.js 18+
Rust (stable) via rustup
Xcode Command Line Tools
Setup
npm install
cd mcp-server && npm install && cd ..
npm run tauri dev # Vite + Tauri hot reloadBuild
npm run tauri build # → .dmg in src-tauri/target/release/bundle/Tests
npm test # Frontend (Vitest)
cd mcp-server && npm test # MCP server (96 tests)
cd src-tauri && cargo check # Rust type check
cd src-tauri && cargo clippy # Rust lintRoadmap
iOS / iPadOS companion app (read + quick capture)
Collaborative workspaces (multi-user, shared knowledge graphs)
Plugin system for custom MCP tool bundles
PDF / web clipper import with auto-tagging
End-to-end encryption for synced notes
Releasing
Version is tracked in three files (keep in sync): package.json, src-tauri/Cargo.toml, src-tauri/tauri.conf.json.
git tag v1.0.0
git push origin master --tagsGitHub Actions builds .dmg for Apple Silicon and Intel, then auto-publishes to Releases. See CHANGELOG.md for version history.
License
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/sawzhang/bruin'
If you have feedback or need assistance with the MCP directory API, please join our Discord server