Memento
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MEMORY_DB_PATH | Yes | Path to the SQLite database file used for storing memory | |
| SQLITE_VEC_PATH | No | Optional full path to vec0.dylib if automatic detection fails |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| create_entitiesC | Create entities in the knowledge graph. Inserts each entity if not exists and optionally seeds it with observations. |
| create_relationsC | Create directed relations between entities. Skips existing relations. |
| add_observationsB | Add text observations to existing entities and index them for full-text and semantic search. |
| delete_entitiesC | Delete entities (and cascaded observations/relations) by their names. |
| delete_relationsC | Remove specified relations between entities without deleting the entities themselves. |
| delete_observationsC | Remove specific observations from entities by matching text. |
| read_graphA | Retrieve the entire knowledge graph: all entities with their observations and relations. |
| search_nodesC | Search for entities and relations by semantic similarity. |
| open_nodesC | Expand specified entities: return their full details including observations and relations. |
| set_importanceC | Set the importance level for an entity (critical, important, normal, temporary, deprecated). |
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
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/iAchilles/memento'
If you have feedback or need assistance with the MCP directory API, please join our Discord server