Agentline for Zed
io.github.jgottlieb84/agentline-mcp
Phone numbers, SMS, 2FA capture, voice calls, and email for AI agents.
client:Zed
transport:stdio
runtime:pypi
Install Agentline in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"agentline-mcp": {
"command": "uvx",
"args": [
"agentline-mcp"
],
"env": {
"AGENTLINE_API_KEY": "<AGENTLINE_API_KEY>",
"AGENTLINE_BASE_URL": "<AGENTLINE_BASE_URL>"
}
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs