Memento
by mj-bonanno
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MEMENTO_PORT | No | Web UI and REST API port | 6363 |
| MEMENTO_USER | No | User name for team memory attribution (auto-detected from git config if not set) | |
| MEMENTO_DATA_PATH | No | SQLite database directory | ./data |
| MEMENTO_OLLAMA_URL | No | Ollama API endpoint | http://localhost:11434 |
| MEMENTO_DATABASE_URL | No | PostgreSQL connection URL (e.g., postgres://memento:memento_dev_password@localhost:5433/memento) | |
| MEMENTO_LLM_PROVIDER | No | LLM provider: 'ollama', 'openai', or 'anthropic' | ollama |
| MEMENTO_OLLAMA_MODEL | No | Extraction model | qwen2.5:7b |
| MEMENTO_BACKUP_ENABLED | No | Automated backups | false |
| MEMENTO_OPENAI_API_KEY | No | OpenAI API key (required if provider is openai) | |
| MEMENTO_STORAGE_ENGINE | No | Storage engine: 'sqlite' or 'postgres' | sqlite |
| MEMENTO_BACKUP_INTERVAL | No | Backup frequency | 24h |
| MEMENTO_EMBEDDING_MODEL | No | Embedding model | nomic-embed-text |
| MEMENTO_ANTHROPIC_API_KEY | No | Anthropic API key (required if provider is anthropic) | |
| MEMENTO_CONNECTIONS_CONFIG | No | Path to connections.json for multi-workspace setup | |
| MEMENTO_DEFAULT_CONNECTION | No | Default connection name for multi-workspace isolation |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
This server cannot be deployed
Maintenance
ActivityInactive
ResponsivenessNo issues