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