memos (MCP Server)

GitHub

Open-source, self-hosted note-taking tool built for quick capture. Markdown-native, lightweight, and fully yours.

Claude Desktop Configuration

Add to ~/Library/Application Support/Claude/claude_desktop_config.json

{
  "mcpServers": {
    "memos": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-memos"
      ]
    }
  }
}