Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| MEM0_API_KEY | Yes | Your mem0 API key |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| add_memory | Store a new preference, fact, or conversation snippet. Requires at least one: user_id, agent_id, or run_id. |
| search_memories | Run a semantic search over existing memories. |
| get_memories | Page through memories using filters instead of search. |
| delete_all_memories | Delete every memory in the given user/agent/app/run but keep the entity. |
| list_entities | List which users/agents/apps/runs currently hold memories. |
| get_memory | Fetch a single memory once you know its memory_id. |
| update_memory | Overwrite an existing memory’s text. |
| delete_memory | Delete one memory after the user confirms its memory_id. |
| delete_entities | Remove a user/agent/app/run record entirely (and cascade-delete its memories). |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| memory_assistant | Get help with memory operations and best practices. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |