Skip to content
Cursor

kopia mcp for Cursor

io.github.mrfentmen/kopia-mcp

Kopia backup server sources, snapshots and status.

client:Cursor transport:stdio runtime:npm

Install kopia mcp in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "kopia-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "kopia-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

kopia mcp in other clients