6 ms·
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
by roseway4 1y ago
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 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#running-with-docker-compose https://github.com/getzep/graphiti/tree/main/mcp_server#runn...
The Cursor MCP setup is also simple:
```{
"mcpServers": {
"Graphiti": {
"url": "http://localhost:8000/sse http://localhost:8000/sse"
}
}
}```
- jasonjmcghee 1y agoHow complex is the system? Can a local model or the agent itself be used instead?