tobsentobsentobs/a-mem-mcp-server
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.
An agentic memory system for LLM agents based on the Zettelkasten principle, integrating MCP Server for IDE environments.
Tools
Functions exposed to the LLM to take actions
create_atomic_note
Stores a new piece of information in the memory system.
retrieve_memories
Searches for relevant memories based on semantic similarity.
get_memory_stats
Returns statistics about the memory system.
delete_atomic_note
Deletes a note from the memory system.
add_file
Stores the content of a file as a note, supports automatic chunking.
reset_memory
Resets the complete memory system (irreversible).
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client