Memory Custom
Summary
This MCP server implementation provides a knowledge graph-based memory system for AI assistants. Developed by BRO3886, it offers tools for creating, managing, and querying a graph structure of entities, relations, and observations. The server supports features like custom memory file paths, timestamping, and advanced search capabilities. It's designed for use cases requiring persistent, structured memory for AI interactions, such as maintaining context in long-term conversations or building knowledge bases from user interactions.
Available Actions(11)
Get Current Time
Retrieves the current timestamp.
Set Memory File Path
Sets the path for the memory file to be used.
Create Entities
Creates new entities in the knowledge graph. Parameters: entity details.
Create Relations
Establishes relationships between existing entities. Parameters: relation details.
Add Observations
Adds observations related to entities in the knowledge graph. Parameters: observation details.
Delete Entities
Deletes specified entities from the knowledge graph. Parameters: entity identifiers.
Delete Observations
Removes specified observations from the knowledge graph. Parameters: observation identifiers.
Delete Relations
Removes specified relations between entities. Parameters: relation identifiers.
Read Graph
Reads and retrieves the current state of the knowledge graph.
Search Nodes
Searches for specific nodes in the knowledge graph. Parameters: search criteria.
Open Nodes
Opens and explores specific nodes in the knowledge graph.
コミュニティレビュー
まだレビューはありません. 最初のレビューを投稿しましょう!
会話に参加するにはサインインしてください