Skip to main content
Windsurf connects to MCP servers from its Cascade panel.

Add the server

1

Open the MCP panel

In Cascade, click the MCP servers button (the hammer icon), then Configure. This opens ~/.codeium/windsurf/mcp_config.json.
2

Add ContentHero

Add the remote server:
{
  "mcpServers": {
    "contenthero": {
      "serverUrl": "https://mcp.contenthero.ai"
    }
  }
}
3

Refresh and authorize

Refresh the MCP servers in Cascade. The first call opens the OAuth consent page; sign in with your ContentHero account and approve.
If your version of Windsurf does not accept a remote serverUrl, bridge to it over stdio instead:
{
  "mcpServers": {
    "contenthero": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://mcp.contenthero.ai"]
    }
  }
}

Verify

Ask Cascade to read your ContentHero balance. It calls get_balance and returns your credits.