Quickstart: Cursor
Cursor can read, write, and manage files on OpenTusk through MCP tools — vaults, files, folders, encryption, and sharing — all accessible through natural language in the Cursor chat.
-
Install the MCP config
Terminal window opentusk mcp install-config --target cursorThis writes the MCP server configuration to
~/.cursor/mcp.jsonwith absolute paths to theopentuskbinary. -
Restart Cursor
Restart Cursor or reload the window. The OpenTusk tools should appear in Cursor’s tool list.
-
Try it out
Open the Cursor chat and try:
“List my OpenTusk vaults”
Shared vault access
Section titled “Shared vault access”To enable SEAL encryption for shared vaults, add your Sui private key:
opentusk account setup-sui suiprivkey1...opentusk mcp install-config --target cursor # re-install to embed the keyTroubleshooting
Section titled “Troubleshooting”| Symptom | Fix |
|---|---|
| Tools not appearing | Restart Cursor — it reads ~/.cursor/mcp.json at startup |
| ”Command not found” | Re-run opentusk mcp install-config --target cursor for absolute paths |
| ”Invalid API key” | Verify with opentusk whoami |
Next steps
Section titled “Next steps” MCP tools reference All 34 tools with parameters and examples.
Shared vaults Multi-party encrypted collaboration.
CLI reference Full command reference.