Skip to content

Windsurf

Set up Sendivent MCP server in Windsurf to manage notifications with AI.

Config File

Create .windsurf/mcp.json in your project root:

json
{
  "mcpServers": {
    "sendivent": {
      "serverUrl": "https://mcp.sendivent.com/"
    }
  }
}

Or add it globally at ~/.codeium/windsurf/mcp_config.json.

Restart Windsurf after saving. Complete OAuth authentication when prompted.

INFO

Windsurf uses serverUrl (not url) for remote MCP servers. MCP tools are available in Cascade (Windsurf's AI agent).

Next Steps

Released under the MIT License.