Skip to content
Windsurf

Slide for Windsurf

io.github.wyre-ai/slide-mcp

MCP server for Slide's backup/BDR (business continuity/disaster recovery) API.

client:Windsurf transport:stdio runtime:oci

Install Slide in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "slide-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/wyre-ai/slide-mcp:v1.0.0"
      ],
      "env": {
        "SLIDE_API_TOKEN": "<SLIDE_API_TOKEN>",
        "MCP_TRANSPORT": "<MCP_TRANSPORT>",
        "AUTH_MODE": "<AUTH_MODE>",
        "LOG_LEVEL": "<LOG_LEVEL>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

Slide in other clients