Skip to content
Cursor

warp for Cursor

io.github.ringer/warp

SIP trunking, numbers, porting, messaging, billing, and CDR analytics on the Ringer WARP platform

client:Cursor transport:stdio runtime:npm

Install warp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "warp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "warp-mcp"
      ],
      "env": {
        "WARP_API_TOKEN": "<WARP_API_TOKEN>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

warp in other clients