elesync for Cursor
io.github.darknodebros/elesync
Private local-first AI workspace for shared context, knowledge, tasks, and memories
client:Cursor
transport:stdio
runtime:pypi
Install elesync in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"elesync": {
"type": "stdio",
"command": "uvx",
"args": [
"elesync"
],
"env": {
"ELESYNC_DIR": "<ELESYNC_DIR>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs