Loading MCP server directory, please wait...
MCP server for Slide's backup/BDR (business continuity/disaster recovery) API.
npx @getmcp/cli add io.github.WYRE-AI/slide-mcpRequires Docker Engine. Community-contributed server. Review source before installing.
SLIDE_API_TOKENStatic bearer API token issued per-account in the Slide Console (Settings > API Keys). Sent as Authorization: Bearer <token> to api.slide.tech.
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.WYRE-AI/slide-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"-e",
"SLIDE_API_TOKEN",
"-e",
"MCP_TRANSPORT",
"-e",
"AUTH_MODE",
"-e",
"LOG_LEVEL",
"ghcr.io/wyre-ai/slide-mcp:v1.0.0"
],
"env": {
"SLIDE_API_TOKEN": "",
"MCP_TRANSPORT": "stdio",
"AUTH_MODE": "env",
"LOG_LEVEL": "info"
}
}
}
}