Skip to content
Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "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

Agentline in other clients