Skip to content
Zed

joltsms sms for Zed

io.github.rchanllc/joltsms-sms

Provision real-SIM US phone numbers, receive SMS, and extract OTP codes for AI agents.

client:Zed transport:stdio runtime:npm

Install joltsms sms in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

{
  "context_servers": {
    "joltsms-sms": {
      "command": "npx",
      "args": [
        "-y",
        "@joltsms/mcp-server"
      ],
      "env": {
        "JOLTSMS_API_KEY": "<JOLTSMS_API_KEY>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

joltsms sms in other clients