Skip to content
VS Code

AgentPhone-Apex for VS Code

io.github.evozim/agent-phone

Multi-channel voice and SMS gateway interface for AI communication.

client:VS Code transport:sse

Install AgentPhone-Apex in VS Code

.vscode/mcp.json

{
  "servers": {
    "agent-phone": {
      "type": "sse",
      "url": "https://agent-phone-mcp.vercel.app/api/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

AgentPhone-Apex in other clients