loading…
Search for a command to run...
loading…
Enables AI assistants to encrypt and decrypt files or text using the SAFE utility with support for passwords, public keys, and GitHub usernames. It provides too
Enables AI assistants to encrypt and decrypt files or text using the SAFE utility with support for passwords, public keys, and GitHub usernames. It provides tools for key generation, identity listing, and inspecting encrypted file metadata.
An MCP server that gives AI assistants the ability to encrypt and decrypt files using SAFE.
The safe CLI must be installed and available in PATH. See thesafe.dev/download.
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"safe-encryption": {
"command": "npx",
"args": ["safe-mcp-server"]
}
}
}
Add to .cursor/mcp.json:
{
"mcpServers": {
"safe-encryption": {
"command": "npx",
"args": ["safe-mcp-server"]
}
}
}
| Tool | Description |
|---|---|
safe_encrypt |
Encrypt text or file with password, public key, or GitHub username |
safe_decrypt |
Decrypt a .safe file (auto-discovers keys from ~/.safe/ and ~/.ssh/) |
safe_keygen |
Generate encryption keypair (x25519, p-256, ml-kem-768) |
safe_info |
Inspect encrypted file metadata without decrypting |
safe_keys |
List identities and recipients |
Once configured, ask your AI assistant:
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"safe-mcp-server": {
"command": "npx",
"args": []
}
}
}