https://github.com/ek33450505/homebrew-cast-memory
Homebrew tap for cast-memory — brew install cast-memory
https://github.com/ek33450505/homebrew-cast-memory
cast claude-code homebrew
Last synced: 3 days ago
JSON representation
Homebrew tap for cast-memory — brew install cast-memory
- Host: GitHub
- URL: https://github.com/ek33450505/homebrew-cast-memory
- Owner: ek33450505
- Created: 2026-04-06T12:00:24.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-06-15T21:00:12.000Z (17 days ago)
- Last Synced: 2026-06-15T23:04:10.349Z (17 days ago)
- Topics: cast, claude-code, homebrew
- Language: Ruby
- Size: 4.88 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# homebrew-cast-memory
Homebrew tap for [cast-memory](https://github.com/ek33450505/cast-memory) — persistent memory for Claude Code agents.
## Install
```bash
brew tap ek33450505/cast-memory
brew install cast-memory
```
## What You Get
- `cast-memory-router.py` — FTS5 search and relevance-scored memory retrieval
- `cast-memory-embed.py` — Semantic embeddings via Ollama nomic-embed-text
- `cast-memory-validate.py` — Staleness validation and reference checking
- `cast-memory-consolidate.py` — Weekly dedup, decay, and archival
- `cast-session-distiller.py` — End-of-session pattern extraction
- `cast-mcp-memory-server.py` — MCP server for external tool access
## Uninstall
```bash
brew uninstall cast-memory
brew untap ek33450505/cast-memory
```