handset for Zed
io.github.handset-hq/handset
A business phone system for AI agents: send texts, place calls, read transcripts, buy numbers.
client:Zed
transport:stdio
runtime:npm
Install handset in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"handset": {
"command": "npx",
"args": [
"-y",
"@handset/mcp"
],
"env": {
"HANDSET_API_KEY": "<HANDSET_API_KEY>",
"HANDSET_ALLOW_LIVE": "<HANDSET_ALLOW_LIVE>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs