Documentation for claude-mem
- TypeScript 100%
Mark completed since v2.43.0: - v2.49.0: Rate limiting (#205), Batch operations (#204), Exponential backoff (#206) - v2.48.1: Response caching (#203) - v2.48.0: Structured logging (#208) - v2.47.0: FTS5 search (#211), Subagent hooks (#232), Watchtower (#214), Worker capabilities (#224, #226), pendingTermination fix (#223) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .vitepress | ||
| de | ||
| guide | ||
| reference | ||
| .gitignore | ||
| bun.lock | ||
| CLAUDE.md | ||
| index.md | ||
| package.json | ||
| README.md | ||
Claude-Mem Documentation
Documentation site for claude-mem - persistent memory for Claude Code.
Live site: https://mem.customable.host
Development
# Install dependencies
bun install
# Start dev server
bun run dev
# Build for production
bun run build
# Preview production build
bun run preview
Structure
.
├── guide/ # User guides
│ ├── index.md # Introduction
│ ├── installation.md # Installation guide
│ ├── quick-start.md # Quick start guide
│ └── ...
├── reference/ # Reference documentation
│ ├── index.md # Configuration reference
│ ├── api.md # API reference
│ └── cli.md # CLI reference
└── .vitepress/
└── config.ts # VitePress configuration
Contributing
- Fork the repository
- Create your feature branch
- Make your changes
- Submit a pull request
License
MIT