Agentline for Cursor
io.github.jgottlieb84/agentline-mcp
Phone numbers, SMS, 2FA capture, voice calls, and email for AI agents.
client:Cursor
transport:stdio
runtime:pypi
Install Agentline in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"agentline-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"agentline-mcp"
],
"env": {
"AGENTLINE_API_KEY": "<AGENTLINE_API_KEY>",
"AGENTLINE_BASE_URL": "<AGENTLINE_BASE_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs