revenexx docs MCP in Windsurf

Add the revenexx documentation MCP server to Windsurf Editor.

Add the revenexx documentation MCP server to Windsurf so Cascade can search and read the docs while you work. The server is hosted and public — no install, no API key.

Add the server

Open Windsurf Settings, go to the Cascade tab, find the Model Context Protocol (MCP) Servers section, and click View raw config. Add the revenexx-docs entry:

JSON
{
  "mcpServers": {
    "revenexx-docs": {
      "serverUrl": "https://revenexx.dev/mcp"
    }
  }
}

Save the file, then return to the MCP Servers section and click Refresh.

Try it

Open Cascade chat and ask:

  • Search the revenexx docs for how to authenticate against the API.
  • Using the revenexx docs, show me how to create an order with the CLI.
  • What events does the revenexx webhooks service publish? Check the docs.
Was this page helpful?