Is there a vim command to move the cursor to the parent bracket?
Yes. Do [{
in normal mode for that. It might not work for all languages though.
Many move commands are available at :help [
.
Also you can press % and it will show your open or close bracket