$ timeahead_
mcp/directus-extension-mcp-customization/install/windsurf

install directus-extension-mcp-customization on Windsurf

Requires Node 18+ on your system so npx can fetch the package on first run. Windsurf supports HTTP and stdio servers natively. After saving the config, hit Refresh in the Cascade MCP panel. Paste the config below, then follow the reload step to register directus-extension-mcp-customization.

paste into
macos/linux: ~/.codeium/windsurf/mcp_config.json
windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
  "mcpServers": {
    "directus-extension-customization": {
      "command": "npx",
      "args": [
        "-y",
        "directus-extension-mcp-customization"
      ]
    }
  }
}
then: Click the Refresh button in the Cascade MCP panel — no full restart.
other clients
Claude DesktopCursorVS Code (Copilot)Claude Code
← back to directus-extension-mcp-customization
Install directus-extension-mcp-customization MCP Server on Windsurf | Timeahead