Browse docs

Windsurf

Add Somara to Windsurf's Cascade by editing its MCP config.

Add the server

Add the block below to your mcp_config.json. Windsurf uses serverUrl for HTTP MCP servers:

mcp_config.json
{
"mcpServers": {
  "somara": {
    "serverUrl": "https://www.somara.ai/mcp",
    "headers": {
      "Authorization": "Bearer ak_your_key_here"
    }
  }
}
}

Enable it

In Windsurf, open the Cascade MCP settings and refresh/enable servers. somara should connect and list its tools.

Try it

Ask Cascade to use Somara — for example, "create a vendor contact for Acme and record a $750 bill." Browse everything on the MCP tools page.

Heads up

Don't commit a real key in a shared config. Keep it in a personal config and revoke leaked keys. See Security.