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.
Installation & Setup
Memanto requires a Moorcheh API key. This page focuses on setup only. For exact CLI command output and full command behavior, use the CLI reference as ground truth:Prerequisites
- Python 3.10+ (for CLI and local server)
- Docker (optional, for containerized deployment)
- Moorcheh API key (free tier available)
Step 1: Get a Moorcheh API Key
Quick path:- Go to https://moorcheh.ai and create an account.
- Open https://console.moorcheh.ai.
- Go to API Keys and create a new key.
- Copy the key immediately (it is only shown once).
Step 2: Install Memanto
Option A: CLI install (recommended)
uv:
Option B: Install from source
For development and customization:Option C: Docker Installation
Build a containerized Memanto server:Step 3: Configure API Key
Recommended interactive setup:Manual Configuration
If you prefer to skip the interactive setup:Confirm Configuration Is Saved
Step 4: Verify Setup
Troubleshooting
- Missing API key: run
memantoagain, then checkmemanto config show. - Connection issues: verify key in
memanto config showand check network access. - Port in use: run
memanto serve --port 8001. - Unauthorized errors from API calls: ensure you are sending the correct
X-Session-Tokenheader.