Skip to content
Grok

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)

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

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

Agentline in other clients