Memory MCP Server
未申請A Model Context Protocol server that provides knowledge graph management capabilities.
未申請リスティング
このMCPサーバーはあなたのものですか?
このリスティングは公開情報から自動的にインデックスされました。申請することで、ページの編集、互換性の設定、成長ツールのアンロックができます。2分以内に完了します。
このサーバーを申請するツール(23個)
add_observations
Add new observations to existing entities
contents
(array of strings): The observations to add
create_entities
Create multiple new entities in the knowledge graph
create_relations
Create multiple new relations between entities
delete_entities
Delete multiple entities and their associated relations
delete_observations
Delete specific observations from entities
delete_relations
Delete multiple relations from the knowledge graph
deletions
(array, required): Array of observation deletions
entities
(array, required): Array of entity objects to create
entityName
(string): The name of the entity to add observations to
entityNames
(array, required): Array of entity names to delete
entityType
(string): The type of the entity
from
(string): The name of the entity where the relation starts
name
(string): The name of the entity
names
(array, required): Array of entity names to retrieve
observations
(array of strings): Observations associated with the entity
open_nodes
Open specific nodes in the knowledge graph by their names
query
(string, required): Search query to match against entity names, types, and observations
read_graph
Read the entire knowledge graph
relations
(array, required): Array of relation objects
relationType
(string): The type of the relation (in active voice)
search_nodes
Search for nodes in the knowledge graph based on a query
to
(string): The name of the entity where the relation ends