Open-source, self-hosted note-taking tool built for quick capture. Markdown-native, lightweight, and fully yours.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"memos": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-memos"
]
}
}
}