Editor • 1 min • Streamable HTTP

Connect Windsurfto the live web.

Windsurf's Cascade agent calls MCP tools as part of its planning loop. NeuroAPI gives Cascade the web — useful when it needs to verify API contracts, pull docs, or compare libraries before writing code.

Config location
~/.codeium/windsurf/mcp_config.json

Setup in 1 min

  1. 1
    Open MCP config

    Windsurf → Settings → Cascade → 'Configure MCP'.

  2. 2
    Add the snippet

    Save and Cascade picks up the new server within a few seconds.

  3. 3
    Trigger a tool call

    Ask Cascade to research something on the web and watch it pick neuroapi_search.

mcp_config.json
json
{
  "mcpServers": {
    "neuroapi": {
      "url": "https://neuroapi.me/api/nk_live_YOUR_KEY/mcp"
    }
  }
}

First prompts to try

Cascade: research the top 3 vector DBs for sub-100ms recall and write a comparison table.

Scrape https://example.com/changelog and turn each entry into a Linear ticket.

More clients

Ship an agent that sees the web

100 free credits, no card. Your MCP URL is ready the moment you sign up.