CLI reference
The CLI is only for setup and maintenance. Day to day, remindy runs inside your editor as an MCP server.
| Command | What it does |
|---|---|
remindy init [--seed] |
Register the MCP server in detected editors, drop the project rule, and optionally seed rules inferred from this repo |
remindy seed |
Infer and store standards from this repo |
remindy doctor |
Check config, LLM, and Supermemory; print the active backend |
remindy dashboard |
Launch the local dashboard at http://localhost:3456 |
remindy config [set] |
View or set the compression provider (see BYOK) |
Examples
Section titled “Examples”# One-command setup: register, drop rule, seed from this reponpx remindy init --seed
# Re-seed after big repo changesnpx remindy seed
# Confirm you're on the shared storenpx remindy doctor
# Switch compression to a local Ollama modelnpx remindy config set --provider ollama --model qwen2.5-coder:3b