Core Commands
Core MEMANTO commands for setup, server management, and status checking.memanto
Interactive first-run setup. Configures Moorcheh API key and optional settings.- Enter Moorcheh API key (starts with
mk_) - (Optional) Configure daily summary time
- Saves to
~/.memanto/config.json
memanto status
Display current system status, configuration, and active sessions.- Verify API key is valid
- Check active agent
- Monitor session expiry
- Troubleshoot connection issues
memanto serve
Start the local MEMANTO API server. Exposes REST endpoints for programmatic access.| Option | Default | Description |
|---|---|---|
--host TEXT | 0.0.0.0 | Server host address |
--port INTEGER | 8000 | Server port |
--reload | false | Auto-reload on code changes |
- Swagger UI: http://localhost:8000/docs
- ReDoc: http://localhost:8000/redoc
- OpenAPI JSON: http://localhost:8000/openapi.json
- Run MEMANTO as a service
- Programmatic access via REST API
- Integration with external applications
- Development and testing
memanto ui
Launch the interactive web dashboard. Provides UI for managing agents, memories, and sessions.| Option | Default | Description |
|---|---|---|
--host TEXT | 0.0.0.0 | Server host address |
--port INTEGER | 3000 | Dashboard port |
- View all agents
- Create and view agents
- Manage sessions
- Store memories (UI form)
- Search/recall memories
- View memory statistics
- Monitor daily summaries
- View conflicts
- Visual memory management
- Agent monitoring
- Non-technical team members
- Quick testing
memanto serve) for dashboard to function.
Workflow: Setup to Use
Complete workflow from installation to first memory:Troubleshooting
”API key not found"
"Connection refused” to Moorcheh
”Port already in use"
"Dashboard won’t open”
Next Steps
- Agent Commands: Agent Management
- Memory Commands: Memory Operations
- Full Guide: Complete CLI Reference