Memento
by scrypster
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 |
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 | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/scrypster/memento'
If you have feedback or need assistance with the MCP directory API, please join our Discord server