@cachly-dev/init
v0.1.4
Published
One command gives every AI editor permanent memory. Auto-detects Claude Code, Cursor, Copilot, Windsurf, Continue — writes MCP config + memory rules instantly. Free tier, no credit card.
Maintainers
Readme
@cachly-dev/init
Your AI forgot that 3-hour fix. Again.
One command. Permanent memory. Every editor. Free.
Setup — 30 seconds, done forever
npx @cachly-dev/initThat's it. No config files. No copy-pasting tokens. No reading docs.
The wizard:
- Signs you in via browser (one click, no password, no credit card)
- Creates your Brain — 25 MB free instance, yours forever
- Auto-detects your editors — Claude Code, Cursor, Windsurf, GitHub Copilot, Continue.dev
- Writes MCP configs for every detected editor automatically
- Creates
CLAUDE.md/ copilot-instructions with memory rules pre-filled
Restart your editor. Your AI now remembers everything — permanently.
What changes after setup
Before:
You: "Remember, we use Fiber not Express"
Claude: [next session] "Sure! Let me use Express..."
You: 😡After:
Claude: "Session start — 47 lessons loaded. Last session: fixed auth race condition.
Reminder: you use Fiber, deploy via rsync+docker, staging is at port 3001."
You: 🚀Supported editors
| Editor | What gets written |
|--------|------------------|
| Claude Code | .mcp.json + CLAUDE.md |
| Cursor | .cursor/mcp.json |
| Windsurf | .windsurf/mcp.json |
| GitHub Copilot (VS Code) | .vscode/mcp.json |
| Continue.dev | .continue/config.json |
All at once if you use multiple.
Commands
npx @cachly-dev/init # Setup wizard (run once)
npx @cachly-dev/init doctor # Check brain health & MCP connection
npx @cachly-dev/init --help # All optionsA persistent memory layer for AI coding assistants — 38 MCP tools including:
session_start/session_end— brief your AI at the start of every windowlearn_from_attempts— store lessons after every fix or deployrecall_best_solution— retrieve the best known solution for any topicsmart_recall— semantic search across your entire brainteam_learn/team_recall— shared memory for the whole team
Ecosystem
| Package | Description |
|---------|-------------|
| @cachly-dev/mcp-server | The MCP server itself — 38 AI Brain tools |
| @cachly-dev/cli | Terminal CLI — manage instances and cache data |
| @cachly-dev/sdk | Node.js/TypeScript SDK for direct cache access |
Links
- 🌐 cachly.dev — Dashboard & free signup
- 📖 Docs — Full AI Brain documentation
- 💬 Issues
