cosync local for Cursor
com.olane/cosync-local
Local encryption and project setup plugin for CoSync. Keys never leave your machine.
client:Cursor
transport:stdio
runtime:pypi
Install cosync local in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cosync-local": {
"type": "stdio",
"command": "uvx",
"args": [
"olane-cosync-local"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs