Agentline for Grok
io.github.jgottlieb84/agentline-mcp
Phone numbers, SMS, 2FA capture, voice calls, and email for AI agents.
client:Grok
transport:stdio
runtime:pypi
Install Agentline in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"agentline-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"agentline-mcp"
],
"env": {
"AGENTLINE_API_KEY": "<AGENTLINE_API_KEY>",
"AGENTLINE_BASE_URL": "<AGENTLINE_BASE_URL>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs