Graphiti MCP But Working
G

Graphiti MCP But Working

Graphiti MCP Server is an enhanced knowledge graph framework specifically designed for AI agents to build and query time - aware knowledge graphs in dynamic environments. It exposes core functions through the MCP protocol, supports continuous integration of user interactions, enterprise data, and external information, and provides capabilities for incremental updates, efficient retrieval, and precise historical queries.
2.5 points
7.9K

What is Graphiti MCP Server?

Graphiti MCP Server is an intelligent knowledge graph framework that provides persistent memory capabilities for AI assistants. Different from traditional retrieval methods, it can continuously learn and integrate various information sources to build a knowledge network that evolves over time, enabling AI assistants to remember conversation histories, user preferences, and important facts.

How to use Graphiti MCP Server?

Through simple configuration, you can integrate Graphiti into AI applications such as Claude Desktop and Cursor IDE. The server provides various tools to manage the knowledge graph, including adding memory fragments, searching for entity relationships, and managing data groups.

Use Cases

Suitable for AI application scenarios that require long-term memory, such as personal assistants, customer service robots, research assistants, and knowledge management systems. Particularly suitable for applications that need to remember user preferences, project histories, and professional knowledge.

Main Features

Latest Core Compatibility
Use the latest version of graphiti-core, which includes all the latest features and improvements, ensuring system stability and performance.
Advanced AI Model Support
Fully support OpenAI inference models such as GPT - 5, O1, and O3, and automatically adjust parameters for optimal performance.
Secure Authentication System
A token - based production - level authentication system that supports secure public deployment and prevents unauthorized access.
Intelligent Group Management
The new list_group_ids tool helps discover and manage all data group IDs in the knowledge graph.
Memory Fragment Management
Add, retrieve, and delete memory fragments in text, message, or JSON format, supporting structured data processing.
Intelligent Entity Search
Search for entity nodes and relationships in the knowledge graph, supporting semantic search and hybrid search modes.
Time Awareness Capability
Support precise historical queries without complete graph recalculation, maintaining data timeliness.
Advantages
๐Ÿš€ High - performance incremental updates - Support incremental data updates without recalculating the entire graph
๐Ÿ”’ Enterprise - level security - A production - ready authentication system and secure deployment options
๐Ÿค– Intelligent reasoning - Optimized for AI assistants, supporting complex semantic understanding and relationship reasoning
๐Ÿ“Š Flexible data support - Support text, JSON, and message formats, adapting to various data sources
โšก Easy integration - Can be integrated into existing AI applications with simple configuration
๐Ÿ›ก๏ธ Privacy protection - Optional telemetry control to protect user privacy
Limitations
๐Ÿ”ง Requires technical configuration - Need to set up the Neo4j database and OpenAI API key
๐Ÿ’พ Resource requirements - Need to run a database server, occupying a certain amount of system resources
๐ŸŒ Network dependency - Depends on external API services and requires a stable network connection
๐Ÿ“š Learning curve - Need to understand knowledge graph concepts for optimal use

How to Use

Environment Preparation
Ensure that Python 3.10 or a higher version is installed, and prepare a running Neo4j database and an OpenAI API key.
Clone the Project
Download the enhanced version of Graphiti MCP Server to your local machine.
Configure the Environment
Copy the environment configuration file and set the necessary parameters, especially the OpenAI API key.
Start the Service
Use Docker Compose to quickly start all services, including the Neo4j database and the MCP server.
Configure the Client
Configure the MCP server connection in Claude Desktop or Cursor IDE.

Usage Examples

Personal Memory Assistant
Use Graphiti as the long - term memory system for a personal AI assistant to remember user preferences, important dates, and conversation histories.
Project Knowledge Management
Build a project knowledge graph for the development team to record technical decisions, code specifications, and team discussions.
Customer Relationship Management
Record customer interaction histories and preference information in customer service scenarios.
Research Data Organization
Academic researchers use Graphiti to organize research data, literature citations, and experimental data.

Frequently Asked Questions

What is the difference between Graphiti MCP Server and traditional RAG?
What kind of hardware configuration do I need to run Graphiti?
How to protect my data privacy?
Can I run multiple knowledge graphs simultaneously?
What should I do if I encounter an API rate limit error?
What data formats are supported?

Related Resources

Official Documentation
Complete documentation and the latest updates for Graphiti MCP Server
Graphiti Core Library
Source code and documentation for the Graphiti core framework
Neo4j Database
Official website of the graph database, providing installation and usage guides
MCP Protocol Specification
Official specification document for the Model Context Protocol
Docker Installation Guide
Installation and configuration guide for Docker Desktop

Installation

Copy the following command to your Client for configuration
{
  "mcpServers": {
    "graphiti-memory": {
      "transport": "stdio",
      "command": "/Users/<user>/.local/bin/uv",
      "args": [
        "run",
        "--isolated",
        "--directory",
        "/Users/<user>>/dev/zep/graphiti/mcp_server",
        "--project",
        ".",
        "graphiti_mcp_server.py",
        "--transport",
        "stdio"
      ],
      "env": {
        "NEO4J_URI": "bolt://localhost:7687",
        "NEO4J_USER": "neo4j",
        "NEO4J_PASSWORD": "password",
        "OPENAI_API_KEY": "sk-XXXXXXXX",
        "MODEL_NAME": "gpt-4.1-mini"
      }
    }
  }
}

{
  "mcpServers": {
    "graphiti-memory": {
      "transport": "sse",
      "url": "http://localhost:8000/sse"
    }
  }
}

{
  "mcpServers": {
    "graphiti-memory": {
      "url": "http://localhost:8000/sse"
    }
  }
}

{
      "mcpServers": {
        "graphiti-memory": {
          // You can choose a different name if you prefer
          "command": "npx", // Or the full path to mcp-remote if npx is not in your PATH
          "args": [
            "mcp-remote",
            "http://localhost:8000/sse" // Ensure this matches your Graphiti server's SSE endpoint
          ]
        }
      }
    }
Note: Your key is sensitive information, do not share it with anyone.

Alternatives

C
Claude Context
Claude Context is an MCP plugin that provides in - depth context of the entire codebase for AI programming assistants through semantic code search. It supports multiple embedding models and vector databases to achieve efficient code retrieval.
TypeScript
7.7K
5 points
A
Acemcp
Acemcp is an MCP server for codebase indexing and semantic search, supporting automatic incremental indexing, multi-encoding file processing, .gitignore integration, and a Web management interface, helping developers quickly search for and understand code context.
Python
10.1K
5 points
B
Blueprint MCP
Blueprint MCP is a chart generation tool based on the Arcade ecosystem. It uses technologies such as Nano Banana Pro to automatically generate visual charts such as architecture diagrams and flowcharts by analyzing codebases and system architectures, helping developers understand complex systems.
Python
8.5K
4 points
M
MCP Agent Mail
MCP Agent Mail is a mail - based coordination layer designed for AI programming agents, providing identity management, message sending and receiving, file reservation, and search functions, supporting asynchronous collaboration and conflict avoidance among multiple agents.
Python
9.9K
5 points
M
MCP
The Microsoft official MCP server provides search and access functions for the latest Microsoft technical documentation for AI assistants
12.4K
5 points
A
Aderyn
Aderyn is an open - source Solidity smart contract static analysis tool written in Rust, which helps developers and security researchers discover vulnerabilities in Solidity code. It supports Foundry and Hardhat projects, can generate reports in multiple formats, and provides a VSCode extension.
Rust
9.9K
5 points
D
Devtools Debugger MCP
The Node.js Debugger MCP server provides complete debugging capabilities based on the Chrome DevTools protocol, including breakpoint setting, stepping execution, variable inspection, and expression evaluation.
TypeScript
9.1K
4 points
S
Scrapling
Scrapling is an adaptive web scraping library that can automatically learn website changes and re - locate elements. It supports multiple scraping methods and AI integration, providing high - performance parsing and a developer - friendly experience.
Python
12.2K
5 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
29.0K
5 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
55.5K
4.3 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
16.8K
4.5 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
18.9K
4.3 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
25.0K
5 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
53.3K
4.5 points
G
Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
18.6K
4.5 points
M
Minimax MCP Server
The MiniMax Model Context Protocol (MCP) is an official server that supports interaction with powerful text-to-speech, video/image generation APIs, and is suitable for various client tools such as Claude Desktop and Cursor.
Python
37.3K
4.8 points