Back to Apps

Retyc CLI
Supports UIby retyc
End-to-end encrypted file sharing and dataroom management via CLI and MCP server.
0 stars
Works in:CursorWindsurf
Exposes:Tools
What it does
retyc-cli provides a command-line interface for Retyc, a European sovereign file-sharing platform. It leverages post-quantum encryption (AGE) to ensure data privacy and GDPR compliance. The integrated MCP server allows AI agents to manage transfers and datarooms using natural language.
Tools
- transfer create: Send encrypted files to recipients.
- transfer ls: List all active transfers.
- transfer download: Retrieve files via transfer ID.
- dataroom manage: Create and organize secure collaboration spaces.
- auth login: Securely authenticate via OIDC device flow.
Installation
Add to Claude Desktop config:
{
"mcpServers": {
"retyc": {
"command": "/path/to/retyc",
"args": ["mcp", "serve"],
"env": {
"RETYC_KEY_PASSPHRASE": "your-passphrase"
}
}
}
}
Supported hosts
Confirmed support for Claude Desktop, Claude Code, Cursor, and Windsurf.
Quick install
go install -tags prod github.com/retyc/retyc-cli@latestInformation
- Pricing
- free
- Published
- 6/13/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
JSON snippet provided in description





