A community-driven registry for Claude, Cursor, Windsurf, Cline & more. Not affiliated with Anthropic.
Are you the author? Sign in to claim
AI + Note Hippocampus — Your second brain, powered by AI
AI + Note Hippocampus — Your second brain, powered by AI.
Hulunote is an open-source outliner note-taking application with bidirectional linking. Inspired by Roam Research, designed for networked thought. Like the hippocampus organizes memories in the brain, Hulunote organizes your knowledge — and now AI helps you build, connect, and retrieve it.

[[wiki-style links]] and backlinksHulunote embraces the AI + Note Hippocampus philosophy: AI acts as your cognitive co-pilot, helping you capture, organize, and retrieve knowledge just like the hippocampus does for memory.
hulunote-mcp-server lets any MCP-compatible client (Claude Desktop, etc.) read and write your Hulunote notes via natural language:
pip install -r requirements.txt
python hulunote_mcp.py
"List my databases" → "Create a note about quantum computing" → "Add outline nodes with key concepts"
openclaw-hulunote-assistant brings Hulunote into the OpenClaw AI agent platform, enabling autonomous note management:
openclaw plugins install --link /path/to/openclaw-hulunote-assistant
AI agents can browse databases, create notes, manage outlines, search across your knowledge base, and auto-organize information — all through natural conversation.
# 1. Initialize database
createdb hulunote_open
psql -d hulunote_open -f hulunote-rust/init.sql
# 2. Start backend
cd hulunote-rust && cargo run
# 3. Start frontend dev server
cd hulunote && yarn && npx shadow-cljs watch hulunote
# 4. Open browser at http://localhost:6689
Test Account (for local/dev use): chanshunli@gmail.com / 123456
:closure-defines in shadow-cljs.edn (hulunote.http/API_BASE_URL).TUI:

MCP client:

| Repository | Description |
|---|---|
| hulunote | Frontend (this repo) |
| hulunote-rust | Backend (Rust) |
| hulunote-mcp-server | MCP Server for Claude Desktop & MCP clients |
| openclaw-hulunote-assistant | OpenClaw AI agent plugin |
| hulunote-tui | Terminal UI |
| hulunote-app | Desktop App (Electron) |
| hulunote-android | Android |
| hulunote-ios | iOS |
See CONTRIBUTING.md.
This project is licensed under the MIT License - see the LICENSE file for details.
Run Claude Code as an MCP server so any agent can delegate coding tasks to it
Browser automation using accessibility snapshots instead of screenshots
MCP server integration for DaVinci Resolve Studio