cosync local for VS Code
com.olane/cosync-local
Local encryption and project setup plugin for CoSync. Keys never leave your machine.
client:VS Code
transport:stdio
runtime:pypi
Install cosync local in VS Code
.vscode/mcp.json
{
"servers": {
"cosync-local": {
"type": "stdio",
"command": "uvx",
"args": [
"olane-cosync-local"
]
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs