Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.memanto.ai/llms.txt

Use this file to discover all available pages before exploring further.

CLI Overview

The Memanto CLI is the entry point for agent, memory, session, scheduling, configuration, and integration workflows.

Canonical CLI Output Reference

Use command-specific CLI pages as the source of truth for expected output and option behavior.

Installation

pip install memanto
Verify:
memanto --version
For first-run setup, see Installation & Setup.

Command Pattern

memanto [COMMAND] [SUBCOMMAND] [OPTIONS]

Command Groups

GroupPurposePrimary page
CoreBasic operationsCore Commands
agentAgent lifecycle and activationAgent Commands
memoryMemory CRUD and analysisMemory Commands
sessionSession inspection and extensionSession Commands
scheduleAutomated summaries and checksSchedule Commands
configLocal/system configurationConfig Commands
connectIDE and assistant integrationsConnect Commands

Quick Start

# 1. Configure API access
memanto

# 2. Create an agent (automatically activates)
memanto agent create my-agent

# 3. Store and recall memory
memanto remember "Project kickoff is Monday" --type event
memanto recall "When is project kickoff?"
For expanded workflows, use the command pages above and related guides in Guides.

Global Options

All commands support:
  • --help - Show command help
  • --version - Show Memanto version
Example:
memanto remember --help
memanto --version