Formmy for Windsurf
app.formmy/formmy
Run WhatsApp AI agents: manage agents, conversations, CRM contacts, orders and RAG docs.
client:Windsurf
transport:stdio
runtime:npm
Install Formmy in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"formmy": {
"command": "npx",
"args": [
"-y",
"@formmy.app/mcp-server"
],
"env": {
"FORMMY_SECRET_KEY": "<FORMMY_SECRET_KEY>",
"FORMMY_API_URL": "<FORMMY_API_URL>",
"FORMMY_TOOLSETS": "<FORMMY_TOOLSETS>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs