Comment on Show HN: Cursor IDE now remembers your coding prefs using MCPparentComments−roseway4OP1yGraphiti uses OpenAI (or other LLMs) to build the knowledge graph. Setting up the MCP server is fairly straight forward: https://github.com/getzep/graphiti/tree/main/mcp_serverThere's also a Docker Compose setup: https://github.com/getzep/graphiti/tree/main/mcp_server#runn...The Cursor MCP setup is also simple:```{ "mcpServers": { "Graphiti": { "url": "http://localhost:8000/sse" } } }```−jasonjmcghee1yHow complex is the system? Can a local model or the agent itself be used instead?
Comments
Graphiti uses OpenAI (or other LLMs) to build the knowledge graph. Setting up the MCP server is fairly straight forward: https://github.com/getzep/graphiti/tree/main/mcp_server
There's also a Docker Compose setup: https://github.com/getzep/graphiti/tree/main/mcp_server#runn...
The Cursor MCP setup is also simple:
```{ "mcpServers": { "Graphiti": { "url": "http://localhost:8000/sse" } } }```
How complex is the system? Can a local model or the agent itself be used instead?