markacianfrani mcp notes

markacianfrani mcp notes avatar

by markacianfrani

an MCP server for makin' notes

What is markacianfrani mcp notes

๐Ÿ“š MCP Notes

A personal knowledge management system built on the Model Context Protocol (MCP) that transforms daily notes into organized, searchable knowledge.

๐Ÿš€ Usage

๐Ÿ› ๏ธ Manual Setup

  1. Clone the repository

    git clone [email protected]:markacianfrani/mcp-notes.git
    cd mcp-notes
    npm i
    npm run build
    
  2. Setup MCP

๐Ÿ–ฅ๏ธ Claude Desktop

Add to your claude-desktop-config.json:

"notes": {
    "command": "node",
    "args": [
        "path/to/this/repo/mcp-notes/dist/index.js",
        "path/to/your/notes"
    ],
},

๐ŸŒŸ Project Vision

MCP Notes aims to solve the problem of knowledge fragmentation by creating a system where daily thoughts, accomplishments, and insights can be:

  1. ๐Ÿ“ฅ Captured quickly with minimal friction
  2. ๐Ÿ—‚๏ธ Organized automatically into meaningful structures
  3. ๐Ÿง  Synthesized into higher-level knowledge
  4. ๐Ÿ” Retrieved easily when needed

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.

๐Ÿงฉ Core Concepts

1. ๐Ÿ“… Daily Logs

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.

2. ๐Ÿ“Š Rollups

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.

3. ๐Ÿ“š Knowledge Categories

All notes in the system fall into one of four categories:

  • ๐Ÿ† Accomplishment: Solving problems, completing features, fixing bugs
  • ๐Ÿ’ก Insight: Patterns, architectural decisions, better ways of working
  • ๐Ÿ“ TODO: Tasks connected to larger goals, meaningful improvements
  • ๐Ÿ“– Knowledge: Technical details, context, rationales, techniques

๐ŸŽจ Design Principles

MCP Notes is built on several core design principles:

1. ๐Ÿ“„ Plain Text First

All notes are stored as plain text Markdown files, ensuring:

  • Future-proof storage that won't be locked into proprietary formats
  • Version control compatibility
  • Easy editing with any text editor
  • Transparent data structure

2. โœ๏ธ Low Friction Capture

The primary interface is designed to minimize the friction of recording thoughts:

  • Simple text input
  • Automatic categorization assistance
  • No complex organization required at capture time

3. ๐Ÿ”„ Progressive Organization

Rather than requiring rigid organization upfront, MCP Notes employs a progressive approach:

  • Capture raw thoughts and activities
  • Automatically categorize content
  • Generate periodic summaries
  • Connect related items over time

4. ๐Ÿค– AI Augmentation

The system leverages AI to enhance human thinking, not replace it:

  • Help categorize information
  • Generate summaries and connections
  • Surface relevant past notes
  • Identify patterns across time

๐Ÿงฐ Available Tools

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.

๐Ÿ“ Core Note Tools

/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?"

๐Ÿ“‚ File System Tools

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.

๐Ÿ’ก Available Prompts

Is this atomic?

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.

Leave a Comment

Frequently Asked Questions

What is MCP?

MCP (Model Context Protocol) is an open protocol that standardizes how applications provide context to LLMs. Think of MCP like a USB-C port for AI applications, providing a standardized way to connect AI models to different data sources and tools.

What are MCP Servers?

MCP Servers are lightweight programs that expose specific capabilities through the standardized Model Context Protocol. They act as bridges between LLMs like Claude and various data sources or services, allowing secure access to files, databases, APIs, and other resources.

How do MCP Servers work?

MCP Servers follow a client-server architecture where a host application (like Claude Desktop) connects to multiple servers. Each server provides specific functionality through standardized endpoints and protocols, enabling Claude to access data and perform actions through the standardized protocol.

Are MCP Servers secure?

Yes, MCP Servers are designed with security in mind. They run locally with explicit configuration and permissions, require user approval for actions, and include built-in security features to prevent unauthorized access and ensure data privacy.

Related MCP Servers

chrisdoc hevy mcp avatar

chrisdoc hevy mcp

mcp
sylphlab pdf reader mcp avatar

sylphlab pdf reader mcp

An MCP server built with Node.js/TypeScript that allows AI agents to securely read PDF files (local or URL) and extract text, metadata, or page counts. Uses pdf-parse.

pdf-parsetypescriptnodejs
aashari mcp server atlassian bitbucket avatar

aashari mcp server atlassian bitbucket

Node.js/TypeScript MCP server for Atlassian Bitbucket. Enables AI systems (LLMs) to interact with workspaces, repositories, and pull requests via tools (list, get, comment, search). Connects AI directly to version control workflows through the standard MCP interface.

atlassianrepositorymcp
aashari mcp server atlassian confluence avatar

aashari mcp server atlassian confluence

Node.js/TypeScript MCP server for Atlassian Confluence. Provides tools enabling AI systems (LLMs) to list/get spaces & pages (content formatted as Markdown) and search via CQL. Connects AI seamlessly to Confluence knowledge bases using the standard MCP interface.

atlassianmcpconfluence
prisma prisma avatar

prisma prisma

Next-generation ORM for Node.js & TypeScript | PostgreSQL, MySQL, MariaDB, SQL Server, SQLite, MongoDB and CockroachDB

cockroachdbgomcp
Zzzccs123 mcp sentry avatar

Zzzccs123 mcp sentry

mcp sentry for typescript sdk

mcptypescript
zhuzhoulin dify mcp server avatar

zhuzhoulin dify mcp server

mcp
zhongmingyuan mcp my mac avatar

zhongmingyuan mcp my mac

mcp
zhixiaoqiang desktop image manager mcp avatar

zhixiaoqiang desktop image manager mcp

MCP ๆœๅŠกๅ™จ๏ผŒ็”จไบŽ็ฎก็†ๆกŒ้ขๅ›พ็‰‡ใ€ๆŸฅ็œ‹่ฏฆๆƒ…ใ€ๅŽ‹็ผฉใ€็งปๅŠจ็ญ‰๏ผˆๅฎŒๅ…จ่ฎฉTraeๅฎž็Žฐ๏ผ‰

mcp
zhixiaoqiang antd components mcp avatar

zhixiaoqiang antd components mcp

An MCP service for Ant Design components query | ไธ€ไธชๅ‡ๅฐ‘ Ant Design ็ป„ไปถไปฃ็ ็”Ÿๆˆๅนป่ง‰็š„ MCP ๆœๅŠก๏ผŒๅŒ…ๅซ็ณป็ปŸๆ็คบ่ฏใ€็ป„ไปถๆ–‡ๆกฃใ€API ๆ–‡ๆกฃใ€ไปฃ็ ็คบไพ‹ๅ’Œๆ›ดๆ–ฐๆ—ฅๅฟ—ๆŸฅ่ฏข

designantdapi

Submit Your MCP Server

Share your MCP server with the community

Submit Now