CLI Overview
The MEMANTO CLI is your command-line interface for all memory operations, agent management, and workflow automation.Installation
Core Concept
Command Groups
MEMANTO CLI is organized into these command groups:| Group | Purpose | Examples |
|---|---|---|
| Core | Basic operations | status, serve, ui |
| agent | Agent management | agent create, agent activate |
| memory | Memory operations | remember, recall, answer |
| session | Session management | session info, session extend |
| schedule | Automation | schedule enable, schedule disable |
| config | Configuration | config show |
| connect | IDE integration | connect claude-code, connect cursor |
Core Commands
memanto
Interactive setup and first-run configuration:memanto status
View current configuration, active agent, and system health:memanto serve
Start the local MEMANTO API server:--host TEXT- Server host (default:0.0.0.0)--port INTEGER- Server port (default:8000)--reload- Auto-reload on code changes (development)
memanto ui
Start the web dashboard:http://localhost:3000 (or similar).
Agent Commands
create NAME- Create a new agentlist- List all agentsactivate NAME- Start a sessiondeactivate- End current sessionbootstrap NAME- View agent metadata
Memory Commands
remember TEXT- Store a memoryrecall TEXT- Retrieve memoriesanswer TEXT- Get AI-powered answerdaily-summary- Generate daily summaryconflicts- Detect contradictions
Session Commands
info- Check current session statusextend- Extend session duration
Schedule Commands
enable- Enable daily summariesdisable- Disable daily summariesstatus- Check schedule status
Config Commands
show- Display current configuration
Connect Commands
claude-code- Claude Code extensioncodex- Codex IDEcursor- Cursor IDEwindsurf- Windsurf IDEcline- Cline extensioncontinue- Continue extensiongoose- Goose IDEroo- Roo IDEgithub-copilot- GitHub Copilotgemini-cli- Gemini CLIopencode- OpenCodeantigravity- Antigravity IDEaugment- Augment IDE
Memory File Commands
export- Export memories to filesync- Sync memories to MEMORY.md
Global Options
All commands support:--help- Show command help--version- Show MEMANTO version
Common Workflows
First-Time Setup
Daily Use
Scheduled Operations
Server & Dashboard
IDE Integration
Tips & Tricks
Pipe to jq for JSON Output
Batch Operations
Combine Commands
Check Help Anytime
Troubleshooting
Command Not Found
API Key Issues
Session Expired
Next Steps
- Agent Commands: Detailed Agent Command Reference
- Memory Commands: Detailed Memory Command Reference
- API Server: Running MEMANTO Server
- IDE Integrations: Connect to Your IDE
The CLI is the fastest way to work with MEMANTO. Master these commands and you’ll be productive immediately!