cadence for Cursor
com.cadencercs/cadence
Send RCS messages from your agent and get typed replies. Automatic SMS fallback.
client:Cursor
transport:stdio
runtime:npm
Install cadence in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"cadence": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@cadencercs/mcp"
],
"env": {
"CADENCE_API_KEY": "<CADENCE_API_KEY>",
"CADENCE_ALLOW_IRREVERSIBLE": "<CADENCE_ALLOW_IRREVERSIBLE>",
"CADENCE_API_URL": "<CADENCE_API_URL>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs