Neo4j Agent Memory Server
AI 与智能体by knowall-ai
Neo4j Agent Memory enables AI assistants to build and query persistent knowledge graphs. Store information as nodes, create meaningful relationships between them, and search across your connected data. Unlike simple key-value stores, this graph-based approach captures how information relates, providing rich context for more intelligent responses. ### Key Features: * **Store facts as nodes** - people, places, organizations, projects, events * **Connect with semantic relationships** - KNOWS, WORK
Tools (9)
search_memoriesSearch and retrieve memories from the knowledge graph
create_memoryCreate a new memory in the knowledge graph. Consider that the memory might already exist, so Search → Create → Connect (its important to try and connect memories)
create_connectionCreate a connection between two memories (its good to have connected memories)
update_memoryUpdate properties of an existing memory such as adding more detail or make a change when you find out something new
update_connectionUpdate properties of an existing connection between memories
delete_memoryDelete a memory and all its connections (use with caution - this permanently removes the memory and all its connections)
delete_connectionDelete a specific connection between two memories (use with caution - this permanently removes the relationship)
list_memory_labelsList all unique memory labels currently in use with their counts (useful for getting an overview of the knowledge graph)
get_guidanceGet help on using the memory tools effectively