README.md
Table of Contents
Personal Notes
Personal markdown notes vault. Mostly .md files with occasional attachments (images, PDFs). This directory is the data store -- there is no code, build step, or package manager here.
How it runs
Served via the local-notes MCP server at port 8007, auto-started by PM2:
tsx /Users/dominick/Work/llm/local-notes/bin/local-notes.ts /Users/dominick/Work/personal-notes -p 8007
PM2 config: ~/Work/pm2_processes/pm2.notes.json (process name: notes:8007)
MCP tools
The personal-notes MCP server exposes these tools:
| Tool | Action |
|---|---|
createNote |
Create a new .md note (creates dirs as needed, refuses overwrite unless overwrite: true) |
listNotes |
List all notes, optionally scoped to a subdirectory |
readNote |
Read a note by relative path |
searchNotes |
Full-text search across filenames, frontmatter titles, and content |
updateNote |
Replace full content or find-and-replace within a note |