Getting Started
Install
Section titled “Install”npm install -g morRequires Node.js 20+.
Quick start
Section titled “Quick start”# Add a memory from a filemor add retryWithBackoff.ts -d "RxJS retry with exponential backoff"
# Add from stdinecho "Always use snake_case in Python" | mor add -t "Python naming"
# Add from a URLmor add https://raw.githubusercontent.com/owner/repo/main/config.ts
# Search (full-text, OR-ranked)mor find retry http
# Grep (substring or regex, with context)mor grep snake_casemor grep -E "async\s+function" -imor grep -w TODO -n -C 2
# List allmor ls
# Readmor cat retry
# Edit in $EDITORmor edit retrySet up MCP for your AI
Section titled “Set up MCP for your AI”Add to your Claude Code or Claude Desktop config:
{ "mcpServers": { "memory": { "command": "mor", "args": ["mcp"] } }}For Claude Code-specific setup (CLAUDE.md instruction, memberberry hook), see Claude Code integration.