duplicati mcp for Windsurf
io.github.kcofoni/duplicati-mcp
MCP server for Duplicati backup management — list, run, monitor and configure jobs from an LLM.
client:Windsurf
transport:stdio
runtime:oci
Install duplicati mcp in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"duplicati-mcp": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"docker.io/kcofoni/duplicati-mcp:v1.1.1"
],
"env": {
"DUPLICATI_URL": "<DUPLICATI_URL>",
"DUPLICATI_PASSWORD": "<DUPLICATI_PASSWORD>",
"DUPLICATI_READONLY": "<DUPLICATI_READONLY>",
"DUPLICATI_DB_PATH": "<DUPLICATI_DB_PATH>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs