SAFE MCP Server
Enables encrypting files and text using GitHub usernames, allowing for secure content sharing based on GitHub identities.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@SAFE MCP ServerEncrypt secret_notes.txt for github:username"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
SAFE MCP Server
An MCP server that gives AI assistants the ability to encrypt and decrypt files using SAFE.
Prerequisites
The safe CLI must be installed and available in PATH. See thesafe.dev/download.
Related MCP server: Files MCP Server
Setup
Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"safe-encryption": {
"command": "npx",
"args": ["safe-mcp-server"]
}
}
}Cursor
Add to .cursor/mcp.json:
{
"mcpServers": {
"safe-encryption": {
"command": "npx",
"args": ["safe-mcp-server"]
}
}
}Available Tools
Tool | Description |
| Encrypt text or file with password, public key, or GitHub username |
| Decrypt a .safe file (auto-discovers keys from ~/.safe/ and ~/.ssh/) |
| Generate encryption keypair (x25519, p-256, ml-kem-768) |
| Inspect encrypted file metadata without decrypting |
| List identities and recipients |
Usage
Once configured, ask your AI assistant:
"Encrypt this file with a password"
"Decrypt secrets.safe"
"Generate an encryption key"
"Encrypt this for github:alice"
"Who can decrypt this .safe file?"
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityFmaintenanceEnables secure local filesystem operations and interactive terminal sessions for AI assistants. Provides 12 tools for file management, directory operations, code searching, and running interactive REPLs with security protections.Last updated40MIT
- Alicense-qualityCmaintenanceEnables AI agents to safely explore directories, read files, search content by pattern or filename, and edit files with checksum verification and dry-run preview within sandboxed filesystem access.Last updated774ISC
- AlicenseAqualityAmaintenanceProvides intelligent file system operations with advanced features including code analysis and modification across multiple languages, version control (Git/GitHub), file compression, encryption, semantic search, batch operations, and secure shell command execution.Last updated16MIT
- Flicense-quality-maintenanceEnables AI agents to perform symmetric and asymmetric encryption of text and files using secure storage in the macOS Keychain. It provides tools for identity management and secure messaging compatible with the CryptoSeed iOS app and CLI.Last updated
Related MCP Connectors
Encrypted secret store and rotation for autonomous agent credentials
Encrypted A2A object storage for autonomous agent state and artifacts
Securely search and manage workspace context files for AI agents and teams.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/grittygrease/safe-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server