chankov/graphiti-mcp-server
If you are the rightful owner of graphiti-mcp-server 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.
Graphiti MCP Server is an experimental implementation designed to facilitate interaction with temporally-aware knowledge graphs for AI agents.
Tools
Functions exposed to the LLM to take actions
add_episode
Add an episode to the knowledge graph (supports text, JSON, and message formats).
search_nodes
Search the knowledge graph for relevant node summaries.
search_facts
Search the knowledge graph for relevant facts (edges between entities).
delete_entity_edge
Delete an entity edge from the knowledge graph.
delete_episode
Delete an episode from the knowledge graph.
get_entity_edge
Get an entity edge by its UUID.
get_episodes
Get the most recent episodes for a specific group.
clear_graph
Clear all data from the knowledge graph and rebuild indices.
get_status
Get the status of the Graphiti MCP server and Neo4j connection.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client