cadence for Grok
com.cadencercs/cadence
Send RCS messages from your agent and get typed replies. Automatic SMS fallback.
client:Grok
transport:stdio
runtime:npm
Install cadence in Grok
.mcp.json (in your project root)
{
"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>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs