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