Letta
vlatest
Stateful agent platform from the MemGPT team -- agents with memory that learns and self-improves
What's included
- Letta server -- stateful agents with self-editing memory (MemGPT lineage)
- Bundled PostgreSQL -- agent state persists in /opt/letta/pgdata
- SECURE mode -- server password enforced on every request
- Caddy -- TLS termination with auto-HTTPS (no double auth, SDK-friendly)
After install
- Connect the ADE or SDKs to your server URL with the server password
- Add model API keys in /opt/letta/.env, then docker restart letta
- Agent memory survives restarts and updates
Supported Operating Systems
Ubuntu 24Ubuntu 25Debian 12Debian 13Rocky 9Rocky 10Alma 9Alma 10
Requirements
- RAM
- 1GB minimum
- Disk
- 5GB minimum
Configuration
| Variable | Default | Description |
|---|---|---|
| LETTA_HOST | server hostname | Hostname or IP for the server URL. Hostnames get auto-HTTPS via Let's Encrypt. |
| LETTA_SERVER_PASSWORD | random 24-char | Letta server password (SECURE mode). Auto-generated if not set. |
| OPENAI_API_KEY | empty | Optional OpenAI key, can be added later in /opt/letta/.env |
| ANTHROPIC_API_KEY | empty | Optional Anthropic key, can be added later in /opt/letta/.env |
0 installsOfficial website →
Changelog
v1.0.02026-07-12
- Initial release -- Letta server in SECURE mode with bundled PostgreSQL