Graphiti
@Joseperko1982
Graphiti について
Customized Graphiti MCP server for brainstorming knowledge graphs with specialized entity types for ideas, themes, stakeholders, constraints, and creative collaboration
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Graphiti?
Graphiti is a framework for building real-time, temporally-aware knowledge graphs for AI agents. Its MCP server allows AI assistants to manage episodes, entities, and relationships through the Model Context Protocol, integrating dynamic user interactions and business data.
How to use Graphiti?
Install graphiti‑core via pip or poetry, set up a Neo4j 5.26+ database and an OpenAI API key, then use the Python API to add episodes and search the graph. The MCP server can be deployed with Docker for integration with MCP‑compatible clients like Claude or Cursor.
Key features of Graphiti
- Episode management (add, retrieve, delete)
- Entity management and relationship handling
- Semantic and hybrid search (BM25 + embeddings)
- Group management for organizing related data
- Graph maintenance operations
- Bi‑temporal tracking with historical queries
Use cases of Graphiti
- Giving AI agents persistent, context‑aware memory
- Integrating live user interactions and enterprise data
- Enabling state‑based reasoning and task automation
- Querying complex, evolving datasets with hybrid search
FAQ from Graphiti
What makes Graphiti different from GraphRAG?
Graphiti focuses on dynamic, incrementally updated data with hybrid retrieval and explicit bi‑temporal tracking, while GraphRAG is designed for static document summarization using LLM‑driven community analysis.
What are the runtime dependencies?
Python 3.10+, Neo4j 5.26+, and an OpenAI API key for LLM inference and embeddings. Optional providers (Anthropic, Groq, Gemini) are supported via extra installs.
Where does Graphiti store data?
All graph data, embeddings, and metadata are stored in a Neo4j database. The server requires a running Neo4j instance.
What search methods are supported?
Graphiti supports semantic embeddings, BM25 keyword search, and graph traversal, combined into a hybrid retrieval pipeline. It can also rerank results by graph distance.
Can Graphiti handle contradictory information?
Yes. Graphiti uses temporal edge invalidation to handle changes and contradictions, maintaining a complete history of when facts were known and when they changed.
「その他」の他のコンテンツ
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,

EverArt
modelcontextprotocolModel Context Protocol Servers

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Servers
modelcontextprotocolModel Context Protocol Servers
コメント