evanmschultz/memcp
If you are the rightful owner of memcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
MemCP is an extensible memory MCP server for AI coding agents, designed to build, maintain, and query a temporal knowledge graph of facts, entities, and relationships.
Tools
Functions exposed to the LLM to take actions
add_episode
Add an episode to the knowledge graph (text, JSON, messages).
search_nodes
Search for entity nodes in the graph.
search_facts
Search for relationships between entities.
delete_entity_edge
Delete a relationship between entities.
delete_episode
Delete an episode from the knowledge graph.
get_entity_edge
Get details about a specific relationship.
get_episodes
Retrieve recent episodes.
clear_graph
Reset the knowledge graph (use with caution).
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client