Back to directory
mohitbadwal/ringback

mohitbadwal/ringback

@mohitbadwal

Let your AI agent call your phone and talk to you — MCP servers for live, interruptible voice calls + tiered alerts, using free self-hosted pieces (pjsua2 + whisper.cpp + Linphone).

phonevoicesipmcpai-agentalertautomationwhisper

Installation & Configuration

{
  "mcpServers": {
    "ringback-voice": {
      "command": "python3",
      "args": [
        "run_voice_mcp.py"
      ]
    },
    "ringback-alert": {
      "command": "python3",
      "args": [
        "run_alert_mcp.py"
      ]
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/11
Updated
2026/6/12