Installation & Configuration
{
"mcpServers": {
"graphiti": {
"command": "uv",
"args": [
"run",
"python",
"mcp_server/graphiti_mcp_server.py"
],
"env": {
"OPENAI_API_KEY": "your_openai_api_key",
"NEO4J_URI": "bolt://localhost:7687",
"NEO4J_USER": "neo4j",
"NEO4J_PASSWORD": "your_neo4j_password"
}
}
}
}Information
Transport
stdio
Language
Python
Created
2026/9/5
Updated
2026/9/5