WebAnatomy
Setup

Windsurf

Connect the Web Anatomy MCP to Windsurf.

Where it goes: ~/.codeium/windsurf/mcp_config.json under mcpServers.

Generate your token in the MCP dashboard and paste it in place of <paste-your-private-beta-token-here>.

  1. In Windsurf, open the Cascade panel and click the plugins (hammer) icon → Manage plugins → View raw config, or edit the file directly.
  2. Paste the entry below inside mcpServers (merge if needed). Note the key is serverUrl, not url.
  3. Save, then click Refresh in the plugins panel. The webanatomy tools appear in Cascade.
{
  "mcpServers": {
    "webanatomy": {
      "serverUrl": "https://mcp.webanatomy.ai/mcp",
      "headers": {
        "Authorization": "Bearer <paste-your-private-beta-token-here>"
      }
    }
  }
}