Graphiti Local for Cursor
io.github.renezander030/graphiti-local
Local-first temporal knowledge graph with six read-only MCP tools and human-reviewed writes.
client:Cursor
transport:stdio
runtime:pypi
Install Graphiti Local in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"graphiti-local": {
"type": "stdio",
"command": "uvx",
"args": [
"graphiti-local"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs