mcp notes
A personal knowledge management system that transforms daily notes into organized, searchable knowledge using the Model Context Protocol.
A personal knowledge management system that transforms daily notes into organized, searchable knowledge using the Model Context Protocol.
A personal knowledge management system built on the Model Context Protocol (MCP) that transforms daily notes into organized, searchable knowledge.
git clone [email protected]:markacianfrani/mcp-notes.git
cd mcp-notes
npm i
npm run build
Add to your claude-desktop-config.json:
"notes": {
"command": "node",
"args": [
"path/to/this/repo/mcp-notes/dist/index.js",
"path/to/your/notes"
],
},
MCP Notes aims to solve the problem of knowledge fragmentation by creating a system where daily thoughts, accomplishments, and insights can be:
The goal is to build an external rubber duck that can dump your working memory in real-time from any tool and sort through the garbage.
Daily logs are the atomic unit of capture in MCP Notes. Each day gets its own markdown file where you can record observations throughout the day. Think of daily logs like a running ledger.
? TIP: Make use of Claude Desktop's Quick Entry Keyboard Shortcut
MCP is tool-agnostic so you can /log across conversations but also tools as well--ask Copilot or Cursor to log a summary of lessons-learned after fixing a bug or make Claude Desktop save a new approach to an old problem.
Rollups are automatically generated summaries that condense daily logs into higher-level insights and patterns. They help connect isolated pieces of information into a coherent narrative of your work and thinking.
All notes in the system fall into one of four categories:
MCP Notes is built on several core design principles:
All notes are stored as plain text Markdown files, ensuring:
The primary interface is designed to minimize the friction of recording thoughts:
Rather than requiring rigid organization upfront, MCP Notes employs a progressive approach:
The system leverages AI to enhance human thinking, not replace it:
MCP Notes provides a set of tools that can be invoked through Claude Desktop or other MCP-compatible clients. These tools allow you to capture, organize, and retrieve your notes.
/log
Creates or updates today's daily log file with your notes.
Invoke with: "log this to my daily log: ...", "add a summary of that to my log: ...."
/rollup
Synthesizes daily notes into an organized summary with categories, connections, and action items.
Invoke with: "rollup my notes for today"
write_note
Creates a new note or overwrites an existing note with content.
sticky
Evaluates the "stickiness" of a thought based on actionability, longevity, findability, and future reference value.
Invoke with: "Is this idea sticky?"
evaluateInsight
Evaluates the long-term value and significance of an insight or thought.
Invoke with: "Is this insight valuable for the long term?"
search_files
Recursively searches for files and directories matching a pattern in your notes directory.
read_note
Reads the complete contents of a note file from your notes directory.
read_multiple_notes
Reads the contents of multiple note files simultaneously.
list_directory
Lists the contents of a directory in your notes.
create_directory
Creates a new directory in your notes.
See the CHANGELOG.md file for version history and changes.
Breaks down ideas into their simplest standalone parts. Use this prompt to turn large ideas into smaller concepts. Smaller notes can be linked to other notes much more easily.