Graphiti MCP Server 🧠
@gifflet
Graphiti MCP Server 🧠 について
概要はまだありません
基本情報
設定
以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。
{
"mcpServers": {
"graphiti-mcp-server": {
"command": "docker",
"args": [
"compose",
"up"
]
}
}
}ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is Graphiti MCP Server?
Graphiti MCP Server is a knowledge graph server for AI agents, built with Neo4j and integrated with the Model Context Protocol (MCP). It enables dynamic graph management and semantic search, and is designed for developers using AI agents who need to store and query structured knowledge.
How to use Graphiti MCP Server?
Clone the repository, set up environment variables (including an OpenAI API key), then start the services with docker compose up. The server runs in Docker and exposes an SSE endpoint at http://localhost:8000/sse which can be configured in IDEs like Cursor by adding a JSON entry for MCP servers.
Key features of Graphiti MCP Server
- Dynamic knowledge graph management with Neo4j
- Seamless integration with OpenAI models
- MCP (Model Context Protocol) support
- Docker-ready deployment
- Custom entity extraction capabilities
- Advanced semantic search functionality
Use cases of Graphiti MCP Server
- Providing persistent knowledge memory for AI agent sessions
- Enabling semantic search over structured graph data
- Managing dynamic, evolving knowledge bases in agent workflows
FAQ from Graphiti MCP Server
What are the prerequisites to run Graphiti MCP Server?
You need Docker and Docker Compose, Python 3.10 or higher, and an OpenAI API key.
How do I start Graphiti MCP Server?
After cloning the repo and setting up the .env file, run docker compose up from the project directory.
Where is the knowledge graph data stored?
Data is stored in a Neo4j database that runs as part of the Docker Compose stack.
How can I integrate Graphiti MCP Server with Cursor IDE?
In Cursor’s MCP configuration, add a server entry with "url": "http://localhost:8000/sse". Optionally, apply user rules from graphiti_cursor_rules.md.
Which LLM models does Graphiti MCP Server work with?
It integrates with OpenAI models; the default model configured is gpt-4o.
「その他」の他のコンテンツ
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Mcp
browsermcpBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Codelf
unbugA search tool helps dev to solve the naming things problem.
コメント