loading…
Search for a command to run...
loading…
Enables Claude Code to save, list, and read markdown notes directly from conversations, eliminating manual file management for project ideas, debugging notes, a
Enables Claude Code to save, list, and read markdown notes directly from conversations, eliminating manual file management for project ideas, debugging notes, and meeting summaries.
A lightweight Model Context Protocol (MCP) server that lets Claude Code save, list, and read markdown notes directly from your conversations — no copy-pasting required.
This server gives Claude Code three tools:
| Tool | Description |
|---|---|
save_note |
Saves a titled markdown note to your notes directory |
list_notes |
Lists all saved notes with their last-modified dates |
read_note |
Reads the contents of a note by title |
Instead of manually creating and managing markdown files, you can ask Claude to save notes mid-conversation. Useful for capturing project ideas, debugging notes, meeting summaries, or any reference material you want to persist across sessions.
Clone the repository:
git clone https://github.com/al928132/mcp-server.git
cd mcp-server
Install dependencies:
npm install
Register the server with Claude Code by adding it to your ~/.claude/claude_desktop_config.json (or equivalent MCP config):
{
"mcpServers": {
"dev-notes-server": {
"command": "node",
"args": ["/path/to/mcp-server/index.js"]
}
}
}
Restart Claude Code to load the server.
"Save a note called 'project-ideas' with ideas for my midterm project."
Claude will call save_note and store the content as project-ideas.md in your configured notes directory.
"List all my saved notes."
Claude will call list_notes and return a list of all .md files with their last-modified dates.
"Read my 'project-ideas' note."
Claude will call read_note and display the full contents of project-ideas.md.
C:\al928132\dig4503\week4\dev-notes-server). To change it, update the NOTES_DIR constant in index.js and restart the server..md files. Other file types are not supported.Run in your terminal:
claude mcp add dev-notes-mcp-server -- npx Security
Low riskAutomated heuristic from public metadata — not a security guarantee.