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 reach beyond your local machine:Search the web for current best practices on Postgres connection pooling, then write a short brief I can paste into our team wiki.Cascade uses
web_search for live sources and code to format the output as Markdown.
Or for ad hoc analysis:
Run a Python script in UniversalBench that simulates 10,000 dice rolls and gives me the distribution.Cascade calls
code once and returns a clean histogram in the response.
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 |