lauther for Zed
io.github.csanadymiklos/lauther
Puts Approve/Deny on your phone before an agent acts, and waits for your fingerprint.
client:Zed
transport:stdio
runtime:npm
Install lauther in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"lauther": {
"command": "npx",
"args": [
"-y",
"lauther-mcp"
],
"env": {
"LAUTHER_TOKEN": "<LAUTHER_TOKEN>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs