Add one block to the Windsurf config. The Cascade agent can now read Instagram DMs, WhatsApp chats, and Messenger as part of any flow you build.
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"instantreply": {
"command": "npx",
"args": [
"-y",
"@instantreply/mcp"
],
"env": {
"INSTANTREPLY_API_KEY": "ir_live_YOUR_KEY_HERE"
}
}
}
}Swap ir_live_YOUR_KEY_HERE for your key from the dashboard. Restart Windsurf. Try it.
What you can ask
Build a flow. Step one fetches chats. Step two tags hot leads. Step three drafts replies. Cascade runs all three and waits for your yes.
Cascade reads the last message in each chat. Then it picks a tag: hot, warm, cold, or spam. Your pipeline updates without you clicking.
Ask Cascade to rewrite five replies in a friendlier tone. It uses your AI Brain to keep the brand voice. You approve. They send.
Set up · 30 seconds
Open the dashboard. Pick scopes. Copy the key once.
Drop the snippet into ~/.codeium/windsurf/mcp_config.json. Save.
Quit Windsurf and reopen it. Ask: show me open chats from today.
Use a different tool?