a-mem-mcp-server

tobs-code/a-mem-mcp-server

3.3

If you are the rightful owner of a-mem-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.

A-MEM is an agentic memory system for LLM agents based on the Zettelkasten principle, designed to enhance memory management and retrieval for large language models.

Tools

Functions exposed to the LLM to take actions

create_atomic_note

Stores a new piece of information with automatic classification and metadata extraction.

retrieve_memories

Searches for relevant memories with priority scoring and returns best matches.

get_memory_stats

Returns statistics about the memory system, including nodes and edges.

add_file

Stores file content as notes with automatic chunking for large files.

reset_memory

Resets the complete memory system, removing all stored data.

Prompts

Interactive templates invoked by user choice

No prompts

Resources

Contextual data attached and managed by the client

No resources