Windsurf’s Cascade agent supports MCP. UniversalBench plugs in like any other server, but with one less thing to configure since there is no header.Documentation Index
Fetch the complete documentation index at: https://docs.universalbench.dev/llms.txt
Use this file to discover all available pages before exploring further.
Setup
Get your personal MCP URL
Sign up at universalbench.dev and copy your URL.
Open Windsurf MCP settings
Click the hammer icon in Cascade, then “Configure”, then “Open mcp_config.json”.
What you can do now
Cascade can now run real pipelines:
Migrate the database schema. Add a last_active_at column to users. Use a safe deploy so we can roll back if anything breaks.
Cascade uses db_select to inspect the current schema, safe_deploy to push the migration with a smoke test, and rolls back automatically if the migration test fails.
Tips
Troubleshooting
| Problem | Fix |
|---|---|
| Tools missing in Cascade | Hit refresh in the MCP panel. If still missing, restart Windsurf |
| 401 errors | URL token typo, paste the URL from your dashboard exactly |
| Cold starts feel slow | Use session_id to keep state warm across calls |