Skip to content
Cursor

copass local for Cursor

com.olane/copass-local

Local encryption and project setup plugin for Copass. Keys never leave your machine.

client:Cursor transport:stdio runtime:pypi

Install copass local in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "copass-local": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "olane-copass-local"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

copass local in other clients