Agentline for Windsurf
io.github.jgottlieb84/agentline-mcp
Phone numbers, SMS, 2FA capture, voice calls, and email for AI agents.
client:Windsurf
transport:stdio
runtime:pypi
Install Agentline in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"agentline-mcp": {
"command": "uvx",
"args": [
"agentline-mcp"
],
"env": {
"AGENTLINE_API_KEY": "<AGENTLINE_API_KEY>",
"AGENTLINE_BASE_URL": "<AGENTLINE_BASE_URL>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs