Skip to content

meek_defoneos_backup_restore_mcp for Cursor

io.github.csoai-org/meek_defoneos_backup_restore_mcp

MEEK DEFONEOS Backup/Restore MCP — the production backup/restore system for the sovereign stack. MIT

client:Cursor transport:stdio runtime:pypi

Install meek_defoneos_backup_restore_mcp in Cursor

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

{
  "mcpServers": {
    "meek_defoneos_backup_restore_mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "meek_defoneos_backup_restore_mcp"
      ]
    }
  }
}

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

meek_defoneos_backup_restore_mcp in other clients