graphiti-mcp-server
Graphiti MCP Server is a powerful knowledge graph server for AI agents, enabling seamless integration with OpenAI models.
Graphiti MCP Server utilizes Neo4j for dynamic knowledge graph management, allowing users to extract and manage entities effectively. It supports the Model Context Protocol (MCP), facilitating advanced interactions with AI models. The server is designed for easy deployment using Docker, ensuring a smooth setup process for developers and data scientists alike. With features such as custom entity extraction and advanced semantic search functionality, Graphiti MCP Server empowers users to build intelligent applications that leverage their data. The integration with OpenAI models enhances the capabilities of AI agents, making it a versatile tool for various applications in AI and machine learning.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"graphiti-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-graphiti-mcp-server"
]
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.
Permissions