MCPServers
Knowledge Graph Memory - MCP server logo

Knowledge Graph Memory

10
0

Summary

This Memory MCP Server, developed by estav, provides a knowledge graph management system for AI assistants using the Model Context Protocol. It offers tools for storing, retrieving, and querying information in a graph structure, enabling assistants to build and maintain long-term memory. The server uses SQLite for persistent storage and implements optimized batch operations for efficiency. By connecting AI capabilities with structured knowledge representation, this implementation allows assistants to accumulate and reason over information across conversations. It is particularly useful for applications requiring context retention, relationship modeling between concepts, or any scenario where an AI system needs to build and leverage a persistent knowledge base.

Available Actions(9)

get_entity

Retrieve an entity by its name. Parameters: entity_name (string)

get_graph

Fetch the entire graph data. No parameters required.

create_entities

Create one or more entities. Parameters: entities (list of Entity objects)

add_observation

Add a unique observation to an entity. Parameters: entity (string), observation (string)

create_relation

Establish a relation between two entities. Parameters: from_entity (string), to_entity (string), relation_type (string)

search_memory

Search for entries in memory based on a query. Parameters: query (string)

delete_entities

Remove one or more entities from the graph. Parameters: names (list of strings)

delete_relation

Remove a relation between two entities. Parameters: from_entity (string), to_entity (string)

flush_memory

Clear all memory data. No parameters required.

Last Updated: April 17, 2025

コミュニティレビュー

0.0
0 レビュー
5
0
4
0
3
0
2
0
1
0

まだレビューはありません. 最初のレビューを投稿しましょう!

会話に参加するにはサインインしてください

Coming soon to
HighlightHighlight AI

言語

TypeScript

カテゴリ

タグ