MCP Servers / database / Graphiti MCP Server

Graphiti MCP Server

JSON →
stdiononedatabase

A framework for building and querying temporally-aware knowledge graphs for AI agents.

Install
How to run this server
[ { "cmd": "npx is", "imports": [] } ]
server path: graphiti-mcp-server
Tools
What this server exposes
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
Configuration
Environment & auth
authnone
envOPENAI_API_KEY
envOPENAI_BASE_URL
Resources
Graphiti MCP Server — MCP Server · libregistry