Back to directory
getzep/graphiti

getzep/graphiti

@getzep

Official Graphiti MCP server for building and querying temporal knowledge graphs and providing context graph capabilities to AI assistants.

knowledge-graphtemporal-graphcontext-graphneo4jsemantic-searchai-agentsgraphiticontext

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