mcp for Zed
dev.yafl/mcp
Agent-first E2EE file transfer over MCP: move files between machines in one tool call, gone in 24h.
client:Zed
transport:stdio
runtime:npm
Install mcp in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@yafldev/mcp"
],
"env": {
"YAFL_API_KEY": "<YAFL_API_KEY>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs