Catalog
MCP
Officialby yafl
End-to-end-encrypted file transfer for agents: upload, share, and download files over MCP.
End-to-end-encrypted file transfer for agents: upload, share, and download files over MCP.
README not available yet.
Install
Configuration
Environment variables
YAFL_API_KEYsecretYAFL API key (starts with yafl_). Get one with `yafl login` (@yafldev/cli) or the dashboard.
YAFL_API_URLOverride the API base URL. Defaults to https://yafl.dev.
claude_desktop_config.json
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@yafldev/mcp@0.1.0"
],
"env": {
"YAFL_API_KEY": "<YOUR_YAFL_API_KEY>",
"YAFL_API_URL": "<YOUR_YAFL_API_URL>"
}
}
}
}